v8/benchmarks/v8.json
machenbach@chromium.org 509c15c799 Add new benchmark suite runner.
TEST=./tools/run_benchmarks.py benchmarks/v8.json
TEST=cd tools/unittests; python -m unittest run_benchmarks_test

Does not support custom results processors yet. Will implement that in a future CL.

BUG=374740
LOG=n
R=jkummerow@chromium.org

Review URL: https://codereview.chromium.org/293023006

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-05-28 13:05:17 +00:00

17 lines
323 B
JSON

{
"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"}
]
}