Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
|
Jakob Kummerow
2014/05/28 11:16:27
This file should be named "v8.json". The Octane su
Michael Achenbach
2014/05/28 12:54:49
Done.
| |
| 2 "path": ["."], | |
| 3 "main": "run.js", | |
| 4 "run_count": 2, | |
| 5 "results_regexp": "^%s: (.+)$", | |
| 6 "benchmarks": [ | |
| 7 {"name": "Richards"}, | |
| 8 {"name": "DeltaBlue"}, | |
| 9 {"name": "Crypto"}, | |
| 10 {"name": "RayTrace"}, | |
| 11 {"name": "EarleyBoyer"}, | |
| 12 {"name": "RegExp"}, | |
| 13 {"name": "Splay"}, | |
| 14 {"name": "NavierStokes"} | |
| 15 ] | |
| 16 } | |
| OLD | NEW |