925298ad4f
R=machenbach@chromium.org BUG=374708 LOG=N Review URL: https://codereview.chromium.org/530793002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
16 lines
301 B
JSON
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"}
|
|
]
|
|
}
|