diff --git a/ci/bench-results/README.md b/ci/bench-results/README.md new file mode 100644 index 00000000..c1fe3ddb --- /dev/null +++ b/ci/bench-results/README.md @@ -0,0 +1,15 @@ +# Bench results + +Raw timings + writeup from the `uv run` rebuild-speedup investigation +that ships with this directory. + +- **`REPORT.md`** — analysis: what the bottleneck was, what was applied, + before/after numbers, what's left. +- **`baseline.json`** — `ci/bench_uv_run.py` output against `main` before + the fixes. +- **`after_fixes.json`** — same script after applying `CARGO_TARGET_DIR` + pinning + `BuildWithCargo` mtime-skip + `no-build-isolation-package` + + `cache-keys`. + +Reproduce with `python ci/bench_uv_run.py