diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 14:15:42 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-03-05 23:28:59 -0800 |
| commit | d6fde0e6db33ff281660a4222ae183a27d6a73ea (patch) | |
| tree | 1acd4934854eae689f4af8ee42b21057aba992e7 /.github | |
| parent | 1c267d0723a076d7e22e7b8f7c3360d200a239c3 (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.yml | 2 |
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: |
