aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_array.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_array.rb')
-rw-r--r--benchmark/bm_vm2_array.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm2_array.rb b/benchmark/bm_vm2_array.rb
index 7713ae9f25..b5530d46eb 100644
--- a/benchmark/bm_vm2_array.rb
+++ b/benchmark/bm_vm2_array.rb
@@ -1,4 +1,4 @@
-i=0
+i = 0
while i<6_000_000 # benchmark loop 2
i+=1
a = [1,2,3,4,5,6,7,8,9,10]