From fdde212fecaed47bbdaa2e29f56e71b1c1fd10d4 Mon Sep 17 00:00:00 2001 From: "kasperl@chromium.org" Date: Thu, 7 Oct 2010 07:25:22 +0000 Subject: [PATCH] Promote the current V8 benchmark suite candidate to version 6. Review URL: http://codereview.chromium.org/3571021 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5596 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- benchmarks/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/base.js b/benchmarks/base.js index 0388da6..ffabf24 100644 --- a/benchmarks/base.js +++ b/benchmarks/base.js @@ -78,7 +78,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 = '6 (candidate)'; +BenchmarkSuite.version = '6'; // To make the benchmark results predictable, we replace Math.random -- 2.7.4