OLD | NEW |
---|---|
1 { | 1 { |
2 "name": "JSTests", | 2 "name": "JSTests", |
3 "run_count": 3, | 3 "run_count": 3, |
4 "run_count_arm": 1, | 4 "run_count_arm": 1, |
5 "run_count_arm64": 1, | 5 "run_count_arm64": 1, |
6 "timeout": 120, | 6 "timeout": 120, |
7 "units": "score", | 7 "units": "score", |
8 "total": true, | 8 "total": true, |
9 "resources": ["base.js"], | 9 "resources": ["base.js"], |
10 "tests": [ | 10 "tests": [ |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
227 {"name": "in--el-str"}, | 227 {"name": "in--el-str"}, |
228 {"name": "in--NE-el"}, | 228 {"name": "in--NE-el"}, |
229 {"name": "Object.hasOwnProperty--INTERN-prop"}, | 229 {"name": "Object.hasOwnProperty--INTERN-prop"}, |
230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, | 230 {"name": "Object.hasOwnProperty--DEINTERN-prop"}, |
231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, | 231 {"name": "Object.hasOwnProperty--NE-INTERN-prop"}, |
232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, | 232 {"name": "Object.hasOwnProperty--NE-DEINTERN-prop"}, |
233 {"name": "Object.hasOwnProperty--el"}, | 233 {"name": "Object.hasOwnProperty--el"}, |
234 {"name": "Object.hasOwnProperty--el-str"}, | 234 {"name": "Object.hasOwnProperty--el-str"}, |
235 {"name": "Object.hasOwnProperty--NE-el"} | 235 {"name": "Object.hasOwnProperty--NE-el"} |
236 ] | 236 ] |
237 }, | |
238 { | |
239 "name": "SixSpeed", | |
Michael Achenbach
2016/11/07 07:34:37
My usual question: How fast is this? Especially in
Yang
2016/11/07 10:32:19
This is not slower than the other ones, if not fas
| |
240 "path": ["SixSpeed"], | |
241 "main": "run.js", | |
242 "resources": [ | |
243 "benchmark.js", | |
244 "traceur-runtime.js", | |
245 "SixSpeed/spread/spread__es5.js", | |
246 "SixSpeed/spread/spread__traceur.js", | |
247 "SixSpeed/spread/spread__es6.js" | |
248 ], | |
249 "results_regexp": "^%s\\(Score\\): (.+)$", | |
250 "tests": [ | |
251 {"name": "Spread-ES5"}, | |
252 {"name": "Spread-Traceur"}, | |
253 {"name": "Spread-ES6"} | |
254 ] | |
237 } | 255 } |
238 ] | 256 ] |
239 } | 257 } |
OLD | NEW |