mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
13 lines
146 B
YAML
13 lines
146 B
YAML
![]() |
benchmark:
|
||
|
hash_flatten: |
|
||
|
h = {}
|
||
|
|
||
|
10000.times do |i|
|
||
|
h[i] = nil
|
||
|
end
|
||
|
|
||
|
1000.times do
|
||
|
h.flatten
|
||
|
end
|
||
|
loop_count: 1
|