summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_proc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_proc.rb')
-rw-r--r--benchmark/bm_vm2_proc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_proc.rb b/benchmark/bm_vm2_proc.rb
index 3f51056bf9..5d2f0a49df 100644
--- a/benchmark/bm_vm2_proc.rb
+++ b/benchmark/bm_vm2_proc.rb
@@ -6,7 +6,7 @@ pr = m{
a = 1
}
-i=0
+i = 0
while i<6_000_000 # benchmark loop 2
i+=1
pr.call