Index: test/js-perf-test/Collections/Collections.json |
diff --git a/test/js-perf-test/Collections/Collections.json b/test/js-perf-test/Collections/Collections.json |
deleted file mode 100644 |
index fd29f462ef6c64e35894caa96351c59e5d70afc8..0000000000000000000000000000000000000000 |
--- a/test/js-perf-test/Collections/Collections.json |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-{ |
- "name": "JSTests/Collections", |
- "path": ["."], |
- "main": "run.js", |
- "run_count": 5, |
- "units": "score", |
- "results_regexp": "^%s\\-Collections\\(Score\\): (.+)$", |
- "total": true, |
- "tests": [ |
- {"name": "Map-Smi"}, |
- {"name": "Map-String"}, |
- {"name": "Map-Object"}, |
- {"name": "Map-Iteration"}, |
- {"name": "Set-Smi"}, |
- {"name": "Set-String"}, |
- {"name": "Set-Object"}, |
- {"name": "Set-Iteration"}, |
- {"name": "WeakMap"}, |
- {"name": "WeakSet"} |
- ] |
-} |