Revision: 5449
Author: [email protected]
Date: Mon Sep 13 06:55:26 2010
Log: Recalibrate benchmarks.
Review URL: http://codereview.chromium.org/3300031
http://code.google.com/p/v8/source/detail?r=5449
Modified:
/branches/bleeding_edge/benchmarks/crypto.js
/branches/bleeding_edge/benchmarks/deltablue.js
/branches/bleeding_edge/benchmarks/earley-boyer.js
/branches/bleeding_edge/benchmarks/raytrace.js
/branches/bleeding_edge/benchmarks/regexp.js
/branches/bleeding_edge/benchmarks/richards.js
/branches/bleeding_edge/benchmarks/splay.js
=======================================
--- /branches/bleeding_edge/benchmarks/crypto.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/crypto.js Mon Sep 13 06:55:26 2010
@@ -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)
]);
=======================================
--- /branches/bleeding_edge/benchmarks/deltablue.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/deltablue.js Mon Sep 13 06:55:26 2010
@@ -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)
]);
=======================================
--- /branches/bleeding_edge/benchmarks/earley-boyer.js Mon Jun 28 05:28:37
2010
+++ /branches/bleeding_edge/benchmarks/earley-boyer.js Mon Sep 13 06:55:26
2010
@@ -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(); })
]);
=======================================
--- /branches/bleeding_edge/benchmarks/raytrace.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/raytrace.js Mon Sep 13 06:55:26 2010
@@ -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)
]);
=======================================
--- /branches/bleeding_edge/benchmarks/regexp.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/regexp.js Mon Sep 13 06:55:26 2010
@@ -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)
]);
=======================================
--- /branches/bleeding_edge/benchmarks/richards.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/richards.js Mon Sep 13 06:55:26 2010
@@ -35,7 +35,7 @@
// Martin Richards.
-var Richards = new BenchmarkSuite('Richards', 20687, [
+var Richards = new BenchmarkSuite('Richards', 35302, [
new Benchmark("Richards", runRichards)
]);
=======================================
--- /branches/bleeding_edge/benchmarks/splay.js Mon Jun 28 05:28:37 2010
+++ /branches/bleeding_edge/benchmarks/splay.js Mon Sep 13 06:55:26 2010
@@ -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)
]);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev