prelude: |
def bp_yield
yield
end
def bp_pass &b
bp_yield &b
benchmark:
vm1_blockparam_pass: |
bp_pass{}
loop_count: 30000000