aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_module_ann_const_set.yml
blob: 15dd2adfc0955aa8becfd0c60d904f6905f46b4d (plain)
1
2
3
4
5
6
7
8
benchmark:
  vm2_module_ann_const_set: |
    i = 0
    while i<6_000_000 # benchmark loop 2
      i += 1
      Module.new.const_set(:X, Module.new)
    end
loop_count: 1