Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
prelude: |
class Example
def read
@uninitialized
end
obj = Example.new
benchmark:
vm_ivar_get_uninitialized: |
obj.read
loop_count: 30000000