mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
5 lines
102 B
YAML
5 lines
102 B
YAML
prelude: |
|
|
obj = Object.new
|
|
hash = { obj => true }
|
|
benchmark: hash.key?(obj)
|
|
loop_count: 30000000
|