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.rb18
1 files changed, 9 insertions, 9 deletions
diff --git a/benchmark/bm_vm1_block.rb b/benchmark/bm_vm1_block.rb
index 1a7f98b3ce..2dc4e72be5 100644
--- a/benchmark/bm_vm1_block.rb
+++ b/benchmark/bm_vm1_block.rb
@@ -1,10 +1,10 @@
-def m
- yield
-end
-
-i=0
-while i<30000000 # while loop 1
- i+=1
- m{
- }
+def m
+ yield
+end
+
+i=0
+while i<30000000 # while loop 1
+ i+=1
+ m{
+ }
end \ No newline at end of file