⚡️ Improve Python CI performance - #1944
Open
burgholzer wants to merge 2 commits into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
burgholzer
commented
Jul 29, 2026
burgholzer
force-pushed
the
agent/ci-python-performance
branch
from
July 29, 2026 08:02
2fc16a5 to
11dfa42
Compare
burgholzer
force-pushed
the
agent/ci-python-performance
branch
from
July 29, 2026 08:05
11dfa42 to
ad51c1f
Compare
Exercise the reusable test workflow with a shared native build tree and retain the parallel coverage integration. Co-authored-by: Daniel Haag <121057143+denialhaag@users.noreply.github.com> Assisted-by: GPT-5.6 via Codex
burgholzer
force-pushed
the
agent/ci-python-performance
branch
from
July 29, 2026 08:08
ad51c1f to
976bd3f
Compare
Replace the benchmark-only feature reference with the released workflow and update all reusable workflow pins consistently. Assisted-by: GPT-5.6 via Codex
burgholzer
marked this pull request as ready for review
July 29, 2026 12:28
burgholzer
enabled auto-merge (squash)
July 29, 2026 12:33
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.
🤖 AI text below 🤖
Summary
sysmoncore and parallel data collection centrally.The shared build directory lets the minimum- and regular-resolution nox sessions reuse the same CMake and Ninja state. On Windows, reusable workflows v2.2.1 initialize native MSVC and use Ninja so the existing job-local
sccacheinstallation is active.Evidence
The final test-only experiment passed on macOS and Windows in run 30434315809. The full Core CI run for the same source revision also passed on every supported runner in run 30434310296.
The strongest reuse was on Windows: after the minimum-resolution builds, all five regular-resolution sessions completed in 47 seconds and
sccachereported a 35.93% hit rate in run 30404816970.Validation
uv lock --check