1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/benchmark/vm1_blockparam_pass.yml
k0kubun 94e55bbd37 benchmark/vm1_*.yml: manual fixes for ugly conversions
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-08 16:35:44 +00:00

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