ruby/benchmark/vm_ivar_get_unintialized.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 строки
172 B
YAML
Исходник Обычный вид История

prelude: |
class Example
def read
@uninitialized
end
end
obj = Example.new
benchmark:
vm_ivar_get_uninitialized: |
obj.read
loop_count: 30000000