summaryrefslogtreecommitdiff
path: root/benchmark/mjit_exec_vm2jt.yml
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-09-26 22:13:24 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-09-26 22:13:31 +0900
commit41e3c204fd83660a243fa61f91aeda2a78817a97 (patch)
treecef6a18e1f11396ffc0097a17e3333a21145bae4 /benchmark/mjit_exec_vm2jt.yml
parent1070456bb8ddf48be7b601daa024fe372c3c25c1 (diff)
Reduce ISeq size of mjit_exec benchmark
to avoid unwanted memory pressure
Diffstat (limited to 'benchmark/mjit_exec_vm2jt.yml')
-rw-r--r--benchmark/mjit_exec_vm2jt.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/benchmark/mjit_exec_vm2jt.yml b/benchmark/mjit_exec_vm2jt.yml
index 165677e249..9947dbb7dd 100644
--- a/benchmark/mjit_exec_vm2jt.yml
+++ b/benchmark/mjit_exec_vm2jt.yml
@@ -2,9 +2,7 @@
# 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..100)
-#num_methods: (1..10).map { |i| i * 10 }
-loop_count: 10000000
+#num_methods: (1..100).to_a + [200, 300, 400, 500, 600, 700, 800, 900, 1000]
+loop_count: 50000000
from_jit: false
to_jit: true