Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "JSTests/Iterators", | |
| 2 "path": ["."], | 3 "path": ["."], |
| 3 "main": "run.js", | 4 "main": "run.js", |
| 4 "run_count": 5, | 5 "run_count": 5, |
| 5 "units": "score", | 6 "units": "score", |
| 6 "results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$", | 7 "results_regexp": "^%s\\-Iterators\\(Score\\): (.+)$", |
| 7 "total": true, | 8 "total": true, |
| 8 "tests": [ | 9 "tests": [ |
| 9 {"name": "ForOf"} | 10 {"name": "ForOf"} |
| 10 ] | 11 ] |
| 11 } | 12 } |
| OLD | NEW |