summaryrefslogtreecommitdiff
path: root/benchmark/mjit_exec_vm2jt.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/mjit_exec_vm2jt.yml')
-rw-r--r--benchmark/mjit_exec_vm2jt.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmark/mjit_exec_vm2jt.yml b/benchmark/mjit_exec_vm2jt.yml
new file mode 100644
index 0000000000..165677e249
--- /dev/null
+++ b/benchmark/mjit_exec_vm2jt.yml
@@ -0,0 +1,10 @@
+# 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..100)
+#num_methods: (1..10).map { |i| i * 10 }
+loop_count: 10000000
+from_jit: false
+to_jit: true