75f665d203
TBR=dslomov@chromium.org, bmeurer@chromium.org Review URL: https://codereview.chromium.org/641033003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24493 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"}
|
|
]
|
|
}
|