summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_case.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_case.rb')
-rw-r--r--benchmark/bm_vm2_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_case.rb b/benchmark/bm_vm2_case.rb
index cd09788a85..506da02737 100644
--- a/benchmark/bm_vm2_case.rb
+++ b/benchmark/bm_vm2_case.rb
@@ -1,4 +1,4 @@
-i=0
+i = 0
while i<6_000_000 # while loop 2
case :foo
when :bar