Chromium Code Reviews| Index: test/js-perf-test/JSTests.json |
| diff --git a/test/js-perf-test/JSTests.json b/test/js-perf-test/JSTests.json |
| index b71257b8d2871dea0dfbd705918b81b2dc3d5389..0dc5ce2dffaba69f56c75909987fc94281e03bf3 100644 |
| --- a/test/js-perf-test/JSTests.json |
| +++ b/test/js-perf-test/JSTests.json |
| @@ -106,6 +106,17 @@ |
| "tests": [ |
| {"name": "Assign"} |
| ] |
| + }, |
| + { |
| + "name": "PreES6", |
|
Michael Starzinger
2015/05/28 13:58:58
nit: Should we just call this (and the directory)
Michael Hablich
2015/05/29 14:14:50
*agree*. Current candidates are 'With' and 'Scope'
|
| + "path": ["PreES6"], |
| + "main": "run.js", |
| + "resources": ["with.js"], |
| + "flags": ["--turbo"], |
| + "results_regexp": "^%s\\-PreES6\\(Score\\): (.+)$", |
| + "tests": [ |
| + {"name": "With"} |
| + ] |
| } |
| ] |
| } |