aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_method.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_method.rb')
-rw-r--r--benchmark/bm_vm2_method.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_method.rb b/benchmark/bm_vm2_method.rb
index f92e39a73f..b7580eb306 100644
--- a/benchmark/bm_vm2_method.rb
+++ b/benchmark/bm_vm2_method.rb
@@ -2,7 +2,7 @@ def m
nil
end
-i=0
+i = 0
while i<6_000_000 # benchmark loop 2
i+=1
m; m; m; m; m; m; m; m;