Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: test/js-perf-test/JSTests.json

Issue 769113002: Perf tests for Template Literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 512 byte Lorem Ipsum test Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/js-perf-test/Templates/run.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/js-perf-test/JSTests.json
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json
index 0b6956ca172ac6d4eddd68c1363047e04a96f4c0..0a99ad4d6a3c06ad32468a25d2a31cd5dc326961 100644
--- a/test/js-perf-test/JSTests.json
+++ b/test/js-perf-test/JSTests.json
@@ -65,6 +65,22 @@
"tests": [
{"name": "StringFunctions"}
]
+ },
+ {
+ "name": "Templates",
+ "path": ["Templates"],
+ "main": "run.js",
+ "resources": ["templates.js"],
+ "flags": ["--harmony-templates"],
+ "run_count": 5,
+ "units": "score",
+ "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
+ "total": true,
+ "tests": [
+ {"name": "Untagged"},
+ {"name": "LargeUntagged"},
+ {"name": "Tagged"}
+ ]
}
]
}
« no previous file with comments | « no previous file | test/js-perf-test/Templates/run.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698