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

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