| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "SixSpeed", | 2 "name": "SixSpeed", |
| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "name": "ES6", | 87 "name": "ES6", |
| 88 "main": "run.js", | 88 "main": "run.js", |
| 89 "resources": ["spread/es6.js"], | 89 "resources": ["spread/es6.js"], |
| 90 "test_flags": ["spread/es6"] | 90 "test_flags": ["spread/es6"] |
| 91 } | 91 } |
| 92 ] | 92 ] |
| 93 }, | 93 }, |
| 94 { | 94 { |
| 95 "name": "Super", |
| 96 "path": ["SixSpeed"], |
| 97 "results_regexp": "^%s\\(Score\\): (.+)$", |
| 98 "tests": [ |
| 99 { |
| 100 "name": "ES5", |
| 101 "main": "run.js", |
| 102 "resources": ["super/es5.js"], |
| 103 "test_flags": ["super/es5"] |
| 104 }, |
| 105 { |
| 106 "name": "Babel", |
| 107 "main": "run.js", |
| 108 "resources": ["super/babel.js"], |
| 109 "test_flags": ["super/babel"] |
| 110 }, |
| 111 { |
| 112 "name": "ES6", |
| 113 "main": "run.js", |
| 114 "resources": ["super/es6.js"], |
| 115 "test_flags": ["super/es6"] |
| 116 } |
| 117 ] |
| 118 }, |
| 119 { |
| 95 "name": "SuperSpread", | 120 "name": "SuperSpread", |
| 96 "path": ["SixSpeed"], | 121 "path": ["SixSpeed"], |
| 97 "flags": ["--future"], | 122 "flags": ["--future"], |
| 98 "results_regexp": "^%s\\(Score\\): (.+)$", | 123 "results_regexp": "^%s\\(Score\\): (.+)$", |
| 99 "tests": [ | 124 "tests": [ |
| 100 { | 125 { |
| 101 "name": "ES5", | 126 "name": "ES5", |
| 102 "main": "run.js", | 127 "main": "run.js", |
| 103 "resources": ["super_spread/es5.js"], | 128 "resources": ["super_spread/es5.js"], |
| 104 "test_flags": ["super_spread/es5"] | 129 "test_flags": ["super_spread/es5"] |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 { | 239 { |
| 215 "name": "ES6", | 240 "name": "ES6", |
| 216 "main": "run.js", | 241 "main": "run.js", |
| 217 "resources": ["map_set_add/es6.js"], | 242 "resources": ["map_set_add/es6.js"], |
| 218 "test_flags": ["map_set_add/es6"] | 243 "test_flags": ["map_set_add/es6"] |
| 219 } | 244 } |
| 220 ] | 245 ] |
| 221 } | 246 } |
| 222 ] | 247 ] |
| 223 } | 248 } |
| OLD | NEW |