mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
4 lines
76 B
YAML
4 lines
76 B
YAML
prelude: |
|
|
arr = [nil] * 30_000_000
|
|
benchmark:
|
|
loop_each: arr.each{|e|}
|