summaryrefslogtreecommitdiff
path: root/benchmark/bm_so_random.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_so_random.rb')
-rw-r--r--benchmark/bm_so_random.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_random.rb b/benchmark/bm_so_random.rb
index 83c0d6d380..57f700b863 100644
--- a/benchmark/bm_so_random.rb
+++ b/benchmark/bm_so_random.rb
@@ -10,7 +10,7 @@ def gen_random(max)
(max * ($last = ($last * IA + IC) % IM)) / IM
end
-N = 1000000
+N = 3_000_000
i=0
while i<N