Index: test/js-perf-test/JSTests.json |
diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
index bff5b6536f66d24edf26eb7e48e75efc2a09c7e9..5c52827ffebb4d8a87ca0e6321ec129df312f4f1 100644 |
--- a/test/js-perf-test/JSTests.json |
+++ b/test/js-perf-test/JSTests.json |
@@ -9,6 +9,19 @@ |
"resources": ["base.js"], |
"tests": [ |
{ |
+ "name": "RestParameters", |
+ "path": ["RestParameters"], |
+ "main": "run.js", |
+ "resources": ["rest.js"], |
+ "flags": ["--harmony-rest-parameters"], |
+ "run_count": 5, |
+ "units": "score", |
+ "results_regexp": "^%s\\-RestParameters\\(Score\\): (.+)$", |
+ "tests": [ |
+ {"name": "BasicRest1"} |
+ ] |
+ }, |
+ { |
"name": "SpreadCalls", |
"path": ["SpreadCalls"], |
"main": "run.js", |