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

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: Refactoring. Created 6 years, 6 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 {
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 }
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