Skip to content

Commit

Permalink
Merge pull request #4010 from jethrodaniel/clarify-yjit-ci-stats
Browse files Browse the repository at this point in the history
clarify --yjit-stats=quiet in YJIT CI
  • Loading branch information
ivoanjo authored Oct 18, 2024
2 parents 60febf8 + d403350 commit 167d8a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-yjit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
- '--yjit'
- '--yjit --yjit-stats=quiet'
exclude:
# NOTE: `--yjit-stats=quiet` is only present in 3.3+.
# We've had `--yjit-stats` since 3.0, but
# 1) it dumps stat info to stdout, and
# 2) none of our <3.3 tests require the additional stats
- ruby: '3.2'
rubyopt: '--yjit --yjit-stats=quiet'
name: Test YJIT (${{ matrix.os }}, ${{ matrix.ruby }} ${{ matrix.rubyopt }})
Expand Down

0 comments on commit 167d8a5

Please sign in to comment.