ruby/benchmark/loop_times_megamorphic.yml
Takashi Kokubun 27c1dd8634
YJIT: Allow inlining ISEQ calls with a block (#9622)
* YJIT: Allow inlining ISEQ calls with a block

* Leave a TODO comment about u16 inline_block
2024-01-23 19:36:23 +00:00

7 lines
138 B
YAML

prelude: |
eval(<<~EOS)
def loop_times_megamorphic
#{"1.times {|i|};" * 1000}
end
EOS
benchmark: loop_times_megamorphic