ruby/benchmark/vm_ivar_embedded_obj_init.yml

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

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

prelude: |
class C
def set_ivars
@a = nil
@b = nil
@c = nil
end
end
c = C.new
benchmark:
vm_ivar_embedded_obj_init: |
c.set_ivars
loop_count: 30000000