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 5d2f0a49df..65e5217371 100644
--- a/benchmark/bm_vm2_proc.rb
+++ b/benchmark/bm_vm2_proc.rb
@@ -8,7 +8,7 @@ pr = m{
i = 0
while i<6_000_000 # benchmark loop 2
- i+=1
+ i += 1
pr.call
end