Revision: 5596 Author: [email protected] Date: Thu Oct 7 00:25:22 2010 Log: Promote the current V8 benchmark suite candidate to version 6. Review URL: http://codereview.chromium.org/3571021 http://code.google.com/p/v8/source/detail?r=5596
Modified: /branches/bleeding_edge/benchmarks/base.js ======================================= --- /branches/bleeding_edge/benchmarks/base.js Mon Jun 28 05:28:37 2010 +++ /branches/bleeding_edge/benchmarks/base.js Thu Oct 7 00:25:22 2010 @@ -78,7 +78,7 @@ // 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 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
