benchmark: hash_values: | h = {} 10000.times do |i| h[i] = nil end 5000.times do h.values end loop_count: 1