ruby/benchmark/hash_key.yml
2024-03-01 11:16:31 -08:00

5 lines
102 B
YAML

prelude: |
obj = Object.new
hash = { obj => true }
benchmark: hash.key?(obj)
loop_count: 30000000