| 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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 {"name": "Add"}, | 503 {"name": "Add"}, |
| 504 {"name": "Sub"}, | 504 {"name": "Sub"}, |
| 505 {"name": "StringConcat"}, | 505 {"name": "StringConcat"}, |
| 506 {"name": "BitwiseOr"} | 506 {"name": "BitwiseOr"} |
| 507 ] | 507 ] |
| 508 }, | 508 }, |
| 509 { | 509 { |
| 510 "name": "Inspector", | 510 "name": "Inspector", |
| 511 "path": ["Inspector"], | 511 "path": ["Inspector"], |
| 512 "main": "run.js", | 512 "main": "run.js", |
| 513 "resources": [ "debugger.js" ], | 513 "resources": [ "debugger.js", "runtime.js" ], |
| 514 "flags": ["--enable-inspector"], | 514 "flags": ["--enable-inspector"], |
| 515 "results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$", | 515 "results_regexp": "^%s\\-Inspector\\(Score\\): (.+)$", |
| 516 "tests": [ | 516 "tests": [ |
| 517 {"name": "Debugger.paused"} | 517 {"name": "Debugger.paused"}, |
| 518 {"name": "Runtime.evaluate"} |
| 518 ] | 519 ] |
| 519 } | 520 } |
| 520 ] | 521 ] |
| 521 } | 522 } |
| OLD | NEW |