Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
prelude: |
def bp_yield &b
yield
end
benchmark:
vm_blockparam_yield: |
bp_yield{}
loop_count: 30000000