зеркало из https://github.com/github/ruby.git
9 строки
117 B
YAML
9 строки
117 B
YAML
|
prelude: |
|
||
|
def bp_yield &b
|
||
|
yield
|
||
|
end
|
||
|
benchmark:
|
||
|
vm_blockparam_yield: |
|
||
|
bp_yield{}
|
||
|
loop_count: 30000000
|