Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "name": "JSTests/Collections", | |
| 3 "path": ["."], | |
| 4 "main": "run.js", | |
| 5 "run_count": 5, | |
| 6 "units": "score", | |
| 7 "results_regexp": "^%s\\-Collections\\(Score\\): (.+)$", | |
| 8 "total": true, | |
| 9 "tests": [ | |
| 10 {"name": "Map-Smi"}, | |
| 11 {"name": "Map-String"}, | |
| 12 {"name": "Map-Object"}, | |
| 13 {"name": "Map-Iteration"}, | |
| 14 {"name": "Set-Smi"}, | |
| 15 {"name": "Set-String"}, | |
| 16 {"name": "Set-Object"}, | |
| 17 {"name": "Set-Iteration"}, | |
| 18 {"name": "WeakMap"}, | |
| 19 {"name": "WeakSet"} | |
| 20 ] | |
| 21 } | |
| OLD | NEW |