Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Unified Diff: chrome/test/data/v8_benchmark/crypto.js

Issue 8749001: Upgrade V8 Benchmark from v4 to v6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/v8_benchmark/base.js ('k') | chrome/test/data/v8_benchmark/deltablue.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/v8_benchmark/crypto.js
diff --git a/chrome/test/data/v8_benchmark/crypto.js b/chrome/test/data/v8_benchmark/crypto.js
index 12b88ef294759c942d493d0fa477d72007310038..531ad456e027495aea2d03019ebe081fbf7648c4 100644
--- a/chrome/test/data/v8_benchmark/crypto.js
+++ b/chrome/test/data/v8_benchmark/crypto.js
@@ -31,7 +31,7 @@
// The code has been adapted for use as a benchmark by Google.
-var Crypto = new BenchmarkSuite('Crypto', 203037, [
+var Crypto = new BenchmarkSuite('Crypto', 266181, [
new Benchmark("Encrypt", encrypt),
new Benchmark("Decrypt", decrypt)
]);
@@ -1406,7 +1406,7 @@ function rng_seed_int(x) {
// Mix in the current time (w/milliseconds) into the pool
function rng_seed_time() {
- // Use pre-computed date to avoid making the benchmark
+ // Use pre-computed date to avoid making the benchmark
// results dependent on the current date.
rng_seed_int(1122926989487);
}
« no previous file with comments | « chrome/test/data/v8_benchmark/base.js ('k') | chrome/test/data/v8_benchmark/deltablue.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698