1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/benchmark/mjit_exivar.yml
2020-06-22 00:54:27 -07:00

18 lines
246 B
YAML

type: lib/benchmark_driver/runner/mjit
prelude: |
class Bench < Hash
def initialize
@exivar = nil
end
def exivar
@exivar
end
end
bench = Bench.new
benchmark:
mjit_exivar: bench.exivar
loop_count: 200000000