Chromium Code Reviews| Index: benchmarks/octane.json |
| diff --git a/benchmarks/octane.json b/benchmarks/octane.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f4210d9d4068062f2c68dca5ca6bd547e3d983c0 |
| --- /dev/null |
| +++ b/benchmarks/octane.json |
| @@ -0,0 +1,16 @@ |
| +{ |
|
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.
|
| + "path": ["."], |
| + "main": "run.js", |
| + "run_count": 2, |
| + "results_regexp": "^%s: (.+)$", |
| + "benchmarks": [ |
| + {"name": "Richards"}, |
| + {"name": "DeltaBlue"}, |
| + {"name": "Crypto"}, |
| + {"name": "RayTrace"}, |
| + {"name": "EarleyBoyer"}, |
| + {"name": "RegExp"}, |
| + {"name": "Splay"}, |
| + {"name": "NavierStokes"} |
| + ] |
| +} |