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 57f700b863..509328afe4 100644
--- a/benchmark/bm_so_random.rb
+++ b/benchmark/bm_so_random.rb
@@ -12,7 +12,7 @@ end
N = 3_000_000
-i=0
+i = 0
while i<N
i+=1
gen_random(100.0)