ruby/benchmark/vm_blockparam_call.yml

9 строки
103 B
YAML

prelude: |
def m &b
b.call
end
benchmark:
vm_blockparam_call: |
m{}
loop_count: 30000000