ruby/benchmark/vm2_proc.yml

13 строки
116 B
YAML

prelude: |
def m &b
b
end
pr = m{
a = 1
}
benchmark:
vm2_proc: |
pr.call
loop_count: 6000000