aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm2_send.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm2_send.rb')
-rw-r--r--benchmark/bm_vm2_send.rb24
1 files changed, 12 insertions, 12 deletions
diff --git a/benchmark/bm_vm2_send.rb b/benchmark/bm_vm2_send.rb
index 5b23a24dab..c20dbdd26c 100644
--- a/benchmark/bm_vm2_send.rb
+++ b/benchmark/bm_vm2_send.rb
@@ -1,12 +1,12 @@
-class C
- def m
- end
-end
-
-o = C.new
-
-i=0
-while i<6000000 # benchmark loop 2
- i+=1
- o.__send__ :m
-end
+class C
+ def m
+ end
+end
+
+o = C.new
+
+i=0
+while i<6000000 # benchmark loop 2
+ i+=1
+ o.__send__ :m
+end