mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
6 lines
118 B
YAML
6 lines
118 B
YAML
prelude: |
|
|
h = Hash.new { :foo }
|
|
benchmark:
|
|
default_aref: h[1]
|
|
default_method: h.default(1)
|
|
loop_count: 1000000
|