aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm1_yield.rb
Commit message (Collapse)AuthorAgeFilesLines
* benchmark: convert bm_vm1_*.rb to vm1_*.ymlk0kubun2018-07-081-10/+0
| | | | | | | | | This YAML transformation is needed to support whileloop time substituion by benchmark_driver.gem later. This commmit changes no benchmark behavior. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield'ko12012-10-161-0/+10
(invoke empty block) performance. * benchmark/bm_vm2_method_with_block.rb: add a benchmark to measure method invocation with empty block. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e