Skip to content

Commit 724e94a

Browse files
committed
ZJIT: CI: Run btest with call-threshold=2
1 parent 0b0c2cc commit 724e94a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/zjit-ubuntu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
6262
configure: '--enable-zjit=dev'
6363

64+
# The optimizer benefits from at least 1 iteration of profiling. Also, many
65+
# regression tests in bootstraptest/test_yjit.rb assume call-threshold=2.
66+
- test_task: 'btest'
67+
run_opts: '--zjit-call-threshold=2'
68+
configure: '--enable-zjit=dev'
69+
6470
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
6571
configure: '--enable-yjit --enable-zjit=dev'
6672
rust_version: '1.85.0'

0 commit comments

Comments
 (0)