mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
ZJIT: CI: Run btest with call-threshold=2
This commit is contained in:
parent
0b0c2cc4cb
commit
724e94a09c
Notes:
git
2025-11-26 02:26:37 +00:00
6
.github/workflows/zjit-ubuntu.yml
vendored
6
.github/workflows/zjit-ubuntu.yml
vendored
@ -61,6 +61,12 @@ jobs:
|
||||
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
|
||||
configure: '--enable-zjit=dev'
|
||||
|
||||
# The optimizer benefits from at least 1 iteration of profiling. Also, many
|
||||
# regression tests in bootstraptest/test_yjit.rb assume call-threshold=2.
|
||||
- test_task: 'btest'
|
||||
run_opts: '--zjit-call-threshold=2'
|
||||
configure: '--enable-zjit=dev'
|
||||
|
||||
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
|
||||
configure: '--enable-yjit --enable-zjit=dev'
|
||||
rust_version: '1.85.0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user