Commit 15e7cd6e authored by kasperl@chromium.org's avatar kasperl@chromium.org

Let the current state of the benchmarks be known to the

world as version 2.
Review URL: http://codereview.chromium.org/6487

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@437 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 1f38bc42
......@@ -73,7 +73,7 @@ BenchmarkSuite.suites = [];
// Scores are not comparable across versions. Bump the version if
// you're making changes that will affect that scores, e.g. if you add
// a new benchmark or change an existing one.
BenchmarkSuite.version = '2 candidate';
BenchmarkSuite.version = '2';
// To make the benchmark results predictable, we replace Math.random
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment