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.
|
|
|
{
|
|
|
|
"name": "SixSpeed",
|
|
|
|
"run_count": 3,
|
|
|
|
"run_count_arm": 1,
|
|
|
|
"run_count_arm64": 1,
|
|
|
|
"timeout": 120,
|
|
|
|
"units": "score",
|
|
|
|
"total": true,
|
|
|
|
"resources": ["base.js"],
|
|
|
|
"tests": [
|
|
|
|
{
|
|
|
|
"name": "Array pattern destructuring",
|
|
|
|
"path": ["SixSpeed/array_destructuring"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
|
|
|
"run.js",
|
|
|
|
"array_destructuring.js"
|
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "ArrayDestructuring-ES5"},
|
|
|
|
{"name": "ArrayDestructuring-ES6"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Computed property names in object literals",
|
|
|
|
"path": ["SixSpeed/object_literals"],
|
|
|
|
"main": "run.js",
|
|
|
|
"resources": [
|
|
|
|
"run.js",
|
|
|
|
"object_literals.js"
|
|
|
|
],
|
|
|
|
"results_regexp": "^%s\\(Score\\): (.+)$",
|
|
|
|
"tests": [
|
|
|
|
{"name": "ObjectLiterals-ES5"},
|
|
|
|
{"name": "ObjectLiterals-ES6"}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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"}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|