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