summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks/splay.js
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-09-16 21:33:32 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-09-16 21:33:32 -0700
commit431e43009c1a90781bea57aa993797d0161bbf95 (patch)
tree05f2a330d690365aee943d0bc1b5813070662c4b /deps/v8/benchmarks/splay.js
parentd2de8ba400abf5fffe4ed9c688df86508ea72ff1 (diff)
downloadnode-431e43009c1a90781bea57aa993797d0161bbf95.tar.gz
Upgrade V8 to 2.4.4
Diffstat (limited to 'deps/v8/benchmarks/splay.js')
-rw-r--r--deps/v8/benchmarks/splay.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/benchmarks/splay.js b/deps/v8/benchmarks/splay.js
index d63ab8b82..6b4f56d32 100644
--- a/deps/v8/benchmarks/splay.js
+++ b/deps/v8/benchmarks/splay.js
@@ -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)
]);