Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
type: lib/benchmark_driver/runner/mjit
prelude: |
class Bench < Hash
def initialize
@exivar = nil
end
def exivar
@exivar
bench = Bench.new
benchmark:
mjit_exivar: bench.exivar
loop_count: 200000000