summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm1_block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm1_block.rb')
-rw-r--r--benchmark/bm_vm1_block.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/bm_vm1_block.rb b/benchmark/bm_vm1_block.rb
index 2dc4e72be5..0a97883974 100644
--- a/benchmark/bm_vm1_block.rb
+++ b/benchmark/bm_vm1_block.rb
@@ -3,8 +3,8 @@ def m
end
i=0
-while i<30000000 # while loop 1
+while i<30_000_000 # while loop 1
i+=1
m{
}
-end \ No newline at end of file
+end