mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
108 B
YAML
7 lines
108 B
YAML
|
prelude: |
|
||
|
obj = Object.new
|
||
|
x = nil
|
||
|
benchmark:
|
||
|
kernel_tap: obj.tap { |o| x = o }
|
||
|
loop_count: 20000000
|