Chromium Code Reviews| Index: test/perf-test/Collections/Collections.json |
| diff --git a/test/perf-test/Collections/Collections.json b/test/perf-test/Collections/Collections.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..bf735c0dcb6409cc36e012b6304766ef2129f04a |
| --- /dev/null |
| +++ b/test/perf-test/Collections/Collections.json |
| @@ -0,0 +1,15 @@ |
| +{ |
| + "path": ["."], |
| + "main": "run.js", |
| + "flags": ["--harmony-collections"], |
| + "run_count": 5, |
| + "units": "score", |
| + "results_regexp": "^%s\\-Collections\\(Score\\): (.+)$", |
| + "total": true, |
| + "tests": [ |
| + {"name": "Map"}, |
| + {"name": "Set"}, |
| + {"name": "WeakMap"}, |
| + {"name": "WeakSet"} |
| + ] |
| +} |