mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
18 lines
246 B
YAML
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
|