ruby/benchmark/loop_times_megamorphic.yml

8 строки
138 B
YAML

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