Skip to content

Track damacy_bench results on gh-pages#9

Merged
nclack merged 3 commits into
mainfrom
bench-tracking
May 7, 2026
Merged

Track damacy_bench results on gh-pages#9
nclack merged 3 commits into
mainfrom
bench-tracking

Conversation

@nclack
Copy link
Copy Markdown
Owner

@nclack nclack commented May 7, 2026

Adds a CI workflow that runs damacy_bench on the self-hosted GPU runner after every push to main and publishes a chart of timings + throughput to gh-pages via github-action-benchmark.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 41.91%. Comparing base (906318c) to head (7830df8).

Additional details and impacted files

Impacted file tree graph

@@            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              
Flag Coverage Δ
unittests 41.91% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

nclack added 2 commits May 7, 2026 14:32
- 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
@nclack nclack merged commit bd816c9 into main May 7, 2026
4 checks passed
@nclack nclack deleted the bench-tracking branch May 7, 2026 22:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant