Reviewers: Kasper Lund, Description: Recalibrate benchmarks.
Please review this at http://codereview.chromium.org/3300031/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M benchmarks/crypto.js M benchmarks/deltablue.js M benchmarks/earley-boyer.js M benchmarks/raytrace.js M benchmarks/regexp.js M benchmarks/richards.js M benchmarks/splay.js Index: benchmarks/splay.js =================================================================== --- benchmarks/splay.js (revision 5448) +++ benchmarks/splay.js (working copy) @@ -33,7 +33,7 @@ // also has to deal with a lot of changes to the large tree object // graph. -var Splay = new BenchmarkSuite('Splay', 21915, [ +var Splay = new BenchmarkSuite('Splay', 81491, [ new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown) ]); Index: benchmarks/raytrace.js =================================================================== --- benchmarks/raytrace.js (revision 5448) +++ benchmarks/raytrace.js (working copy) @@ -8,7 +8,7 @@ // untouched. This file also contains a copy of parts of the Prototype // JavaScript framework which is used by the ray tracer. -var RayTrace = new BenchmarkSuite('RayTrace', 533115, [ +var RayTrace = new BenchmarkSuite('RayTrace', 739989, [ new Benchmark('RayTrace', renderScene) ]); Index: benchmarks/regexp.js =================================================================== --- benchmarks/regexp.js (revision 5448) +++ benchmarks/regexp.js (working copy) @@ -35,7 +35,7 @@ // letters in the data are encoded using ROT13 in a way that does not // affect how the regexps match their input. -var RegRxp = new BenchmarkSuite('RegExp', 601250, [ +var RegRxp = new BenchmarkSuite('RegExp', 910985, [ new Benchmark("RegExp", runRegExpBenchmark) ]); Index: benchmarks/earley-boyer.js =================================================================== --- benchmarks/earley-boyer.js (revision 5448) +++ benchmarks/earley-boyer.js (working copy) @@ -1,7 +1,7 @@ // This file is automatically generated by scheme2js, except for the // benchmark harness code at the beginning and end of the file. -var EarleyBoyer = new BenchmarkSuite('EarleyBoyer', 280581, [ +var EarleyBoyer = new BenchmarkSuite('EarleyBoyer', 666463, [ new Benchmark("Earley", function () { BgL_earleyzd2benchmarkzd2(); }), new Benchmark("Boyer", function () { BgL_nboyerzd2benchmarkzd2(); }) ]); Index: benchmarks/richards.js =================================================================== --- benchmarks/richards.js (revision 5448) +++ benchmarks/richards.js (working copy) @@ -35,7 +35,7 @@ // Martin Richards. -var Richards = new BenchmarkSuite('Richards', 20687, [ +var Richards = new BenchmarkSuite('Richards', 35302, [ new Benchmark("Richards", runRichards) ]); Index: benchmarks/crypto.js =================================================================== --- benchmarks/crypto.js (revision 5448) +++ benchmarks/crypto.js (working copy) @@ -31,7 +31,7 @@ // The code has been adapted for use as a benchmark by Google. -var Crypto = new BenchmarkSuite('Crypto', 110465, [ +var Crypto = new BenchmarkSuite('Crypto', 266181, [ new Benchmark("Encrypt", encrypt), new Benchmark("Decrypt", decrypt) ]); Index: benchmarks/deltablue.js =================================================================== --- benchmarks/deltablue.js (revision 5448) +++ benchmarks/deltablue.js (working copy) @@ -23,7 +23,7 @@ // more like a JavaScript program. -var DeltaBlue = new BenchmarkSuite('DeltaBlue', 30282, [ +var DeltaBlue = new BenchmarkSuite('DeltaBlue', 66118, [ new Benchmark('DeltaBlue', deltaBlue) ]); -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
