summaryrefslogtreecommitdiff
path: root/benchmark/loop_times_megamorphic.yml
blob: f9343ba8973b79d3640a60753d6887cf0893d9b7 (plain)
1
2
3
4
5
6
7
prelude: |
  eval(<<~EOS)
    def loop_times_megamorphic
      #{"1.times {|i|};" * 1000}
    end
  EOS
benchmark: loop_times_megamorphic