ci: Refines benchmark CI workflow#239
Draft
hellobertrand wants to merge 2 commits into
Draft
Conversation
74dbaf1 to
b6f3f32
Compare
Adds `ubuntu-24.04-arm` and `macos-26` to the benchmark workflow's OS matrix to increase coverage across different operating systems and architectures.
Adjusts the benchmark workflow to optimize resource usage and improve test coverage: - The OS runner matrix is now conditional: pull requests use `ubuntu-latest` and `macos-26`, while pushes to main (and other events) use `ubuntu-latest` and `macos-26-xlarge`. - Expands the set of codecs tested on pull requests to include `lz4fast,17` and `lz4hc,9`.
b6f3f32 to
5aa6376
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adjusts the benchmark workflow to conditionally use different macOS runners based on the event type. For pull requests, it uses
macos-26to optimize resource consumption, while for pushes to the main branch, it utilizesmacos-26-xlargefor more extensive benchmarking.Expands the set of codecs tested within pull request benchmarks to include
lz4fast,17andlz4hc,9. This ensures more comprehensive performance analysis earlier in the development cycle.