mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 04:07:58 +00:00
5 lines
76 B
YAML
5 lines
76 B
YAML
prelude: |
|
|
arr = [nil] * 30_000_000
|
|
benchmark:
|
|
loop_each: arr.each{|e|}
|