Reduce YJIT runs on macOS [ci skip]
MacOs concurrency on GitHub Actions is limited, and the performance is relatively poor.
This commit is contained in:
parent
93691d0752
commit
aee4940d5e
4
.github/workflows/yjit-macos.yml
vendored
4
.github/workflows/yjit-macos.yml
vendored
@ -9,8 +9,8 @@ jobs:
|
|||||||
yjit_opts: [
|
yjit_opts: [
|
||||||
"--yjit",
|
"--yjit",
|
||||||
"--yjit --yjit-call-threshold=1 --yjit-max-versions=1",
|
"--yjit --yjit-call-threshold=1 --yjit-max-versions=1",
|
||||||
"--yjit --yjit-call-threshold=1",
|
# "--yjit --yjit-call-threshold=1",
|
||||||
"--yjit --yjit-call-threshold=2"
|
# "--yjit --yjit-call-threshold=2"
|
||||||
]
|
]
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user