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

Side by Side Diff: benchmarks/v8.json

Issue 526953005: Add test driver with the notion of perf tests. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Change demo config. Created 6 years, 3 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_perf.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "path": ["."], 2 "path": ["."],
3 "main": "run.js", 3 "main": "run.js",
4 "run_count": 2, 4 "run_count": 2,
5 "results_regexp": "^%s: (.+)$", 5 "results_regexp": "^%s: (.+)$",
6 "benchmarks": [ 6 "tests": [
7 {"name": "Richards"}, 7 {"name": "Richards"},
8 {"name": "DeltaBlue"}, 8 {"name": "DeltaBlue"},
9 {"name": "Crypto"}, 9 {"name": "Crypto"},
10 {"name": "RayTrace"}, 10 {"name": "RayTrace"},
11 {"name": "EarleyBoyer"}, 11 {"name": "EarleyBoyer"},
12 {"name": "RegExp"}, 12 {"name": "RegExp"},
13 {"name": "Splay"}, 13 {"name": "Splay"},
14 {"name": "NavierStokes"} 14 {"name": "NavierStokes"}
15 ] 15 ]
16 } 16 }
OLDNEW
« no previous file with comments | « no previous file | tools/run_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698