Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index a703642390db8fd032cbe383d34b89b412485a5c..daae67de59595729e3a1cbb4d5009c4218b3cf5a 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -8,6 +8,21 @@ |
"resources": ["base.js"], |
"tests": [ |
{ |
+ "name": "SpreadCalls", |
+ "path": ["SpreadCalls"], |
+ "main": "run.js", |
+ "resources": ["spreadcalls.js"], |
+ "flags": ["--harmony-spreadcalls"], |
+ "run_count": 5, |
+ "units": "score", |
+ "results_regexp": "^%s\\-SpreadCalls\\(Score\\): (.+)$", |
+ "tests": [ |
+ {"name": "Call-Sum"}, |
Michael Achenbach
2015/04/10 10:04:20
What is actually printed is (exemplified):
Call-Sp
|
+ {"name": "CallMethod-Sum"}, |
+ {"name": "CallNew-Sum"} |
+ ] |
+ }, |
+ { |
"name": "Classes", |
"path": ["Classes"], |
"main": "run.js", |