From d6fde0e6db33ff281660a4222ae183a27d6a73ea Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Sun, 5 Mar 2023 14:15:42 -0800 Subject: Change default call threshold to 30 --- .github/workflows/mjit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3