summaryrefslogtreecommitdiff
path: root/benchmark/mjit_exec_jt2jt.yml
blob: 78c31b3ca87904089e71db5cd3c182fb094f25f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Usage:
#   RUBYOPT=-Ibenchmark/lib benchmark-driver -e 'ruby --jit' benchmark/mjit_exec_vm2jt.yml
type: mjit_exec # benchmark/lib/benchmark_driver/runner/mjit_exec.rb
num_methods: [1]
#num_methods: [1, 10, 20, 30, 40, 50, 100, 200, 500, 1000]
#num_methods: [1, 1000]
#num_methods: (1..100)
#num_methods: (1..10).map { |i| i * 10 }
loop_count: 10000000
from_jit: true
to_jit: true