summaryrefslogtreecommitdiff
path: root/benchmark/vm2_module_const_set.yml
blob: 05a640069ce66be040df875fe3c8ee6727f86fdf (plain)
1
2
3
4
5
6
7
8
prelude: |
  module M
  end
  $VERBOSE = nil
benchmark:
  vm2_module_const_set: |
    M.const_set(:X, Module.new)
loop_count: 6000000