[rubygems/rubygems] Use a constant empty tar header to avoid extra allocations
[ruby.git] / benchmark / vm_module_const_set.yml
blobe5a24181a9cacd943401f796af49daf61e51e224
1 prelude: |
2   module M
3   end
4   $VERBOSE = nil
5 benchmark:
6   vm_module_const_set: |
7     M.const_set(:X, Module.new)
8 loop_count: 6000000