mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
526 B
28 lines
526 B
8 years ago
|
{
|
||
|
"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"}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|