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"} |
+ ] |
+} |