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) |
]); |