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

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

Issue 769113002: Perf tests for Template Literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
Index: test/js-perf-test/Templates/Templates.json
diff --git a/test/js-perf-test/Templates/Templates.json b/test/js-perf-test/Templates/Templates.json
new file mode 100644
index 0000000000000000000000000000000000000000..87832e2f972d951631bf0076e23a8083e6efd876
--- /dev/null
+++ b/test/js-perf-test/Templates/Templates.json
@@ -0,0 +1,13 @@
+{
+ "name": "JSTests/Templates",
+ "path": ["."],
+ "main": "run.js",
+ "flags": ["--harmony-templates"],
+ "run_count": 5,
arv (Not doing code reviews) 2014/12/01 20:04:07 Try increasing this if the test is really fast
caitp (gmail) 2014/12/01 20:11:22 I don't think that solves the problem --- each ste
+ "units": "score",
+ "results_regexp": "^%s\\-Templates\\(Score\\): (.+)$",
+ "total": true,
+ "tests": [
+ {"name": "TemplateLiterals"}
+ ]
+}
« no previous file with comments | « no previous file | test/js-perf-test/Templates/harmony-templates.js » ('j') | test/js-perf-test/Templates/harmony-templates.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698