benchmark: hash_flatten: | h = {} 10000.times do |i| h[i] = nil end 1000.times do h.flatten end loop_count: 1