summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks/crypto.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/crypto.js
parentd2de8ba400abf5fffe4ed9c688df86508ea72ff1 (diff)
downloadandroid-node-v8-431e43009c1a90781bea57aa993797d0161bbf95.tar.gz
android-node-v8-431e43009c1a90781bea57aa993797d0161bbf95.tar.bz2
android-node-v8-431e43009c1a90781bea57aa993797d0161bbf95.zip
Upgrade V8 to 2.4.4
Diffstat (limited to 'deps/v8/benchmarks/crypto.js')
-rw-r--r--deps/v8/benchmarks/crypto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/benchmarks/crypto.js b/deps/v8/benchmarks/crypto.js
index 7e9829dc22..ffa69b53bb 100644
--- a/deps/v8/benchmarks/crypto.js
+++ b/deps/v8/benchmarks/crypto.js
@@ -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)
]);