v8/test/perf-test/Collections/Collections.json
2014-09-01 14:52:06 +00:00

16 lines
301 B
JSON

{
"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"}
]
}