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