bench report stage in/out + load, and pixi workspace config#156
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #156 +/- ##
==========================================
- Coverage 57.78% 57.73% -0.06%
==========================================
Files 64 64
Lines 10046 10055 +9
Branches 1748 1750 +2
==========================================
Hits 5805 5805
- Misses 3494 3500 +6
- Partials 747 750 +3
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
github-actions Bot
added a commit
that referenced
this pull request
Jun 13, 2026
Small follow-up rolling up the remaining working-tree changes left out of #155. Two independent changes, one commit each: - **bench: per-stage in/out throughput + load** — `bench/report.py`'s stage table now reports `GB/s_out` and `load%` (stage `ms_total` / wall) alongside the existing `GB/s_in`, so each pipeline stage shows input and output throughput and its share of the wall — making it obvious which stage bounds a run. - **chore: pixi workspace config** — `[tool.pixi.*]` workspace/environments in `pyproject.toml`, `.pixi/*` ignored in `.gitignore`, and `pixi.lock` merge attributes in `.gitattributes`. --------- Co-authored-by: Nathan Clack <nclack@biohub.org> 96d6be8
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.
Small follow-up rolling up the remaining working-tree changes left out of #155.
Two independent changes, one commit each:
bench/report.py's stage tablenow reports
GB/s_outandload%(stagems_total/ wall) alongside theexisting
GB/s_in, so each pipeline stage shows input and output throughputand its share of the wall — making it obvious which stage bounds a run.
[tool.pixi.*]workspace/environments inpyproject.toml,.pixi/*ignored in.gitignore, andpixi.lockmergeattributes in
.gitattributes.