aboutsummaryrefslogtreecommitdiffstats
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 509328afe4..a66b9e8e63 100644
--- a/benchmark/bm_so_random.rb
+++ b/benchmark/bm_so_random.rb
@@ -14,7 +14,7 @@ N = 3_000_000
i = 0
while i<N
- i+=1
+ i +=1
gen_random(100.0)
end
# "%.9f" % gen_random(100.0)