summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm2_module_ann_const_set.rb
blob: 12ccfd2ff336a42e1f5f5208046e05767848483d (plain)
1
2
3
4
5
i = 0
while i<6_000_000 # benchmark loop 2
  i += 1
  Module.new.const_set(:X, Module.new)
end