summaryrefslogtreecommitdiff
path: root/deps/v8/benchmarks/richards.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/benchmarks/richards.js')
-rw-r--r--deps/v8/benchmarks/richards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/benchmarks/richards.js b/deps/v8/benchmarks/richards.js
index b5736f7a21..054928db16 100644
--- a/deps/v8/benchmarks/richards.js
+++ b/deps/v8/benchmarks/richards.js
@@ -35,7 +35,7 @@
// Martin Richards.
-var Richards = new BenchmarkSuite('Richards', 20687, [
+var Richards = new BenchmarkSuite('Richards', 35302, [
new Benchmark("Richards", runRichards)
]);