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

  o = C.new
benchmark:
  vm2_send: |
    o.__send__ :m
loop_count: 6000000