| 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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 "main": "run.js", | 338 "main": "run.js", |
| 339 "test_flags": ["sort"] | 339 "test_flags": ["sort"] |
| 340 } | 340 } |
| 341 ] | 341 ] |
| 342 }, | 342 }, |
| 343 { | 343 { |
| 344 "name": "Array", | 344 "name": "Array", |
| 345 "path": ["Array"], | 345 "path": ["Array"], |
| 346 "main": "run.js", | 346 "main": "run.js", |
| 347 "resources": [ | 347 "resources": [ |
| 348 "filter.js" | 348 "filter.js", "map.js" |
| 349 ], | 349 ], |
| 350 "results_regexp": "^%s\\-Array\\(Score\\): (.+)$", | 350 "results_regexp": "^%s\\-Array\\(Score\\): (.+)$", |
| 351 "tests": [ | 351 "tests": [ |
| 352 {"name": "Filter"} | 352 {"name": "NaiveFilterReplacement"}, |
| 353 {"name": "DoubleFilter"}, |
| 354 {"name": "SmiFilter"}, |
| 355 {"name": "FastFilter"}, |
| 356 {"name": "ObjectFilter"}, |
| 357 {"name": "NaiveMapReplacement"}, |
| 358 {"name": "DoubleMap"}, |
| 359 {"name": "SmiMap"}, |
| 360 {"name": "FastMap"}, |
| 361 {"name": "ObjectMap"} |
| 353 ] | 362 ] |
| 354 } | 363 } |
| 355 ] | 364 ] |
| 356 } | 365 } |
| OLD | NEW |