ruby/benchmark/vm_send.yml

12 строки
120 B
YAML

prelude: |
class C
def m
end
end
o = C.new
benchmark:
vm_send: |
o.__send__ :m
loop_count: 6000000