mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
Runs the workspace test suite N times via `cargo nextest run --no-fail-fast` and appends one row per testcase to a CSV (git_sha, run_index, started_at, binary, package, classname, test_name, status, duration_ms). Group ≈ package is derived from the JUnit testsuite name. The lenient `[profile.bench]` (with junit.path) is synthesized at runtime to target/bench-tests/nextest-tool.toml and passed via `--tool-config-file`, so nothing needs to be added to .config/nextest.toml. Intended use: collect samples on the current checkout, switch SHAs, collect again, then diff/aggregate externally to hunt slowdowns. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| tests/it | ||
| Cargo.toml | ||