705cb7fb70
Add microbenchmark for these methods. BUG=v8:4663 LOG=N R=adamk@chromium.org, littledan@chrommium.org Review URL: https://codereview.chromium.org/1746383003 Cr-Commit-Position: refs/heads/master@{#34556}
32 lines
659 B
JSON
32 lines
659 B
JSON
{
|
|
"name": "ObjectTests",
|
|
"run_count": 5,
|
|
"run_count_android_arm": 3,
|
|
"run_count_android_arm64": 3,
|
|
"timeout": 120,
|
|
"units": "score",
|
|
"total": true,
|
|
"resources": ["base.js"],
|
|
"tests": [
|
|
{
|
|
"name": "Object",
|
|
"path": ["."],
|
|
"main": "run.js",
|
|
"flags": ["--harmony"],
|
|
"resources": [
|
|
"assign.js",
|
|
"values.js",
|
|
"entries.js"
|
|
],
|
|
"results_regexp": "^%s\\-Object\\(Score\\): (.+)$",
|
|
"tests": [
|
|
{"name": "Assign"},
|
|
{"name": "Entries"},
|
|
{"name": "EntriesMegamorphic"},
|
|
{"name": "Values"},
|
|
{"name": "ValuesMegamorphic"}
|
|
]
|
|
}
|
|
]
|
|
}
|