mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
12 lines
172 B
YAML
12 lines
172 B
YAML
prelude: |
|
|
class Example
|
|
def read
|
|
@uninitialized
|
|
end
|
|
end
|
|
|
|
obj = Example.new
|
|
benchmark:
|
|
vm_ivar_get_uninitialized: |
|
|
obj.read
|
|
loop_count: 30000000
|