summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_raise2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_raise2.rb')
-rw-r--r--benchmark/bm_vm2_raise2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_raise2.rb b/benchmark/bm_vm2_raise2.rb
index 3f1e8dc1c7..947f0f433a 100644
--- a/benchmark/bm_vm2_raise2.rb
+++ b/benchmark/bm_vm2_raise2.rb
@@ -6,7 +6,7 @@ def rec n
end
end
-i=0
+i = 0
while i<6_000_000 # benchmark loop 2
i+=1