ruby/benchmark/loop_each.yml
2024-01-23 20:09:57 +00:00

4 lines
76 B
YAML

prelude: |
arr = [nil] * 30_000_000
benchmark:
loop_each: arr.each{|e|}