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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/run-benchmarks.py » ('j') | tools/run-benchmarks.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "path": ".",
3 "main": "run.js",
4 "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
5 "benchmarks": [
6 {"name": "Richards"},
7 {"name": "DeltaBlue"},
8 {"name": "Crypto"},
9 {"name": "RayTrace"},
10 {"name": "EarleyBoyer"},
11 {"name": "RegExp"},
12 {"name": "Splay"},
13 {"name": "NavierStokes"}
14 ]
15 }
OLDNEW
« 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