Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1124)

Unified Diff: test/js-perf-test/Collections/Collections.json

Issue 685753004: Add performance tests for Map/Set with String and Object keys (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address dslomov comment Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/js-perf-test/Collections/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 63c3aa5b149839d4d589c7fec7dd1bb49479b7e9..fd29f462ef6c64e35894caa96351c59e5d70afc8 100644
--- a/test/js-perf-test/Collections/Collections.json
+++ b/test/js-perf-test/Collections/Collections.json
@@ -2,14 +2,19 @@
"name": "JSTests/Collections",
"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": "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"}
]
« no previous file with comments | « no previous file | test/js-perf-test/Collections/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698