7159662b31
Taken from http://kpdecker.github.io/six-speed/ Review-Url: https://codereview.chromium.org/2467483002 Cr-Commit-Position: refs/heads/master@{#40837}
28 lines
526 B
JSON
28 lines
526 B
JSON
{
|
|
"name": "SixSpeed",
|
|
"run_count": 3,
|
|
"run_count_arm": 1,
|
|
"run_count_arm64": 1,
|
|
"timeout": 120,
|
|
"units": "score",
|
|
"total": true,
|
|
"resources": ["base.js"],
|
|
"tests": [
|
|
{
|
|
"name": "Spread",
|
|
"path": ["SixSpeed/spread"],
|
|
"main": "run.js",
|
|
"resources": [
|
|
"run.js",
|
|
"spread.js"
|
|
],
|
|
"results_regexp": "^%s\\(Score\\): (.+)$",
|
|
"tests": [
|
|
{"name": "Spread-ES5"},
|
|
{"name": "Spread-Traceur"},
|
|
{"name": "Spread-ES6"}
|
|
]
|
|
}
|
|
]
|
|
}
|