We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
btest
1 parent 0b0c2cc commit 724e94aCopy full SHA for 724e94a
.github/workflows/zjit-ubuntu.yml
@@ -61,6 +61,12 @@ jobs:
61
specopts: '-T --zjit-disable-hir-opt -T --zjit-call-threshold=1'
62
configure: '--enable-zjit=dev'
63
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
+
70
- test_task: 'zjit-check' # zjit-test + quick feedback of test_zjit.rb
71
configure: '--enable-yjit --enable-zjit=dev'
72
rust_version: '1.85.0'
0 commit comments