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 b5530d46eb..df9037c83c 100644
--- a/benchmark/bm_vm2_array.rb
+++ b/benchmark/bm_vm2_array.rb
@@ -1,5 +1,5 @@
i = 0
while i<6_000_000 # benchmark loop 2
- i+=1
+ i += 1
a = [1,2,3,4,5,6,7,8,9,10]
end