Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: benchmarks/octane.json

Issue 293023006: Add new benchmark suite runner. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Added simple example json. Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/run-benchmarks.py » ('j') | tools/run-benchmarks.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: benchmarks/octane.json
diff --git a/benchmarks/octane.json b/benchmarks/octane.json
new file mode 100644
index 0000000000000000000000000000000000000000..e29c904242239907942aa6c64ad2be2dab048a3e
--- /dev/null
+++ b/benchmarks/octane.json
@@ -0,0 +1,15 @@
+{
+ "path": ".",
+ "main": "run.js",
+ "results_regexp": "^%s: (\\d+)$",
m.m.capewell 2014/05/22 15:27:02 DBC: on really slow platforms, Octane results can
Michael Achenbach 2014/05/23 13:57:39 Good point! The values transmitted to the dashboar
+ "benchmarks": [
+ {"name": "Richards"},
+ {"name": "DeltaBlue"},
+ {"name": "Crypto"},
+ {"name": "RayTrace"},
+ {"name": "EarleyBoyer"},
+ {"name": "RegExp"},
+ {"name": "Splay"},
+ {"name": "NavierStokes"}
+ ]
+}
« no previous file with comments | « no previous file | tools/run-benchmarks.py » ('j') | tools/run-benchmarks.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698