summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 14:15:42 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commitd6fde0e6db33ff281660a4222ae183a27d6a73ea (patch)
tree1acd4934854eae689f4af8ee42b21057aba992e7 /.github
parent1c267d0723a076d7e22e7b8f7c3360d200a239c3 (diff)
Change default call threshold to 30
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7448
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mjit.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit.yml b/.github/workflows/mjit.yml
index f16c1f790b..2508206636 100644
--- a/.github/workflows/mjit.yml
+++ b/.github/workflows/mjit.yml
@@ -30,7 +30,7 @@ jobs:
matrix:
# main variables included in the job name
test_task: [check]
- run_opts: ['--mjit']
+ run_opts: ['--mjit-call-threshold=1']
arch: ['']
fail-fast: false
env: