mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
94e55bbd37
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12 lines
153 B
YAML
12 lines
153 B
YAML
prelude: |
|
|
def bp_yield
|
|
yield
|
|
end
|
|
|
|
def bp_pass &b
|
|
bp_yield &b
|
|
end
|
|
benchmark:
|
|
vm1_blockparam_pass: |
|
|
bp_pass{}
|
|
loop_count: 30000000
|