Commit 2edf58e9 authored by sandholm@chromium.org's avatar sandholm@chromium.org

Recalibrate benchmarks.

Review URL: http://codereview.chromium.org/3300031

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5449 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6ba40220
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
// The code has been adapted for use as a benchmark by Google. // 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("Encrypt", encrypt),
new Benchmark("Decrypt", decrypt) new Benchmark("Decrypt", decrypt)
]); ]);
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
// more like a JavaScript program. // more like a JavaScript program.
var DeltaBlue = new BenchmarkSuite('DeltaBlue', 30282, [ var DeltaBlue = new BenchmarkSuite('DeltaBlue', 66118, [
new Benchmark('DeltaBlue', deltaBlue) new Benchmark('DeltaBlue', deltaBlue)
]); ]);
......
// This file is automatically generated by scheme2js, except for the // This file is automatically generated by scheme2js, except for the
// benchmark harness code at the beginning and end of the file. // 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("Earley", function () { BgL_earleyzd2benchmarkzd2(); }),
new Benchmark("Boyer", function () { BgL_nboyerzd2benchmarkzd2(); }) new Benchmark("Boyer", function () { BgL_nboyerzd2benchmarkzd2(); })
]); ]);
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// untouched. This file also contains a copy of parts of the Prototype // untouched. This file also contains a copy of parts of the Prototype
// JavaScript framework which is used by the ray tracer. // 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) new Benchmark('RayTrace', renderScene)
]); ]);
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
// letters in the data are encoded using ROT13 in a way that does not // letters in the data are encoded using ROT13 in a way that does not
// affect how the regexps match their input. // affect how the regexps match their input.
var RegRxp = new BenchmarkSuite('RegExp', 601250, [ var RegRxp = new BenchmarkSuite('RegExp', 910985, [
new Benchmark("RegExp", runRegExpBenchmark) new Benchmark("RegExp", runRegExpBenchmark)
]); ]);
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
// Martin Richards. // Martin Richards.
var Richards = new BenchmarkSuite('Richards', 20687, [ var Richards = new BenchmarkSuite('Richards', 35302, [
new Benchmark("Richards", runRichards) new Benchmark("Richards", runRichards)
]); ]);
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
// also has to deal with a lot of changes to the large tree object // also has to deal with a lot of changes to the large tree object
// graph. // graph.
var Splay = new BenchmarkSuite('Splay', 21915, [ var Splay = new BenchmarkSuite('Splay', 81491, [
new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown) new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
]); ]);
......
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