[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / vm_method_with_block.yml
blob281a481394ca71dcdb54c61296408e49e3896297
1 prelude: |
2   def m
3     nil
4   end
5 benchmark:
6   vm_method_with_block: |
7     m{}; m{}; m{}; m{}; m{}; m{}; m{}; m{};
8 loop_count: 6000000