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