Track damacy_bench results on gh-pages#9
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
==========================================
+ Coverage 41.89% 41.91% +0.02%
==========================================
Files 29 29
Lines 4454 4454
Branches 1081 1081
==========================================
+ Hits 1866 1867 +1
+ Misses 2029 2028 -1
Partials 559 559
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
- Serialize bench/build/test on shared gpu-runner concurrency group
so concurrent CUDA work can't contaminate throughput measurements
- Guard empty --runner so we never publish leading-slash metric names
- Track decompress.{parse,zstd,lz4,post} sub-stages explicitly so
codec-specific regressions are visible (mixed scenario exercises
both zstd and blosc-zstd)
- Make stage_avg robust to missing ms_avg key
- Use absolute paths in container so docker cp doesn't depend on WORKDIR
- Extract scenario-merge into bench/merge_gha_bench.py so the scenario
list lives in one place (the loop) instead of being duplicated
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.
Adds a CI workflow that runs
damacy_benchon the self-hosted GPU runner after every push tomainand publishes a chart of timings + throughput togh-pagesvia github-action-benchmark.