Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
prelude: |
s = Struct.new(:a, :b, :c)
x = s.new
benchmark:
vm_struct_small_aref: |
x.a
loop_count: 6000000