aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_send.yml
blob: 6011d3159b2555e2be149c1fdff5f15f6e6d35e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
prelude: |
  class C
    def m
    end
  end

  o = C.new
benchmark:
  vm2_send: 'o.__send__ :m

'
loop_count: 6000000