loadbearer v0.6.0
- New
loadbearer scorecommand. Re-score an existing result file against a
different baseline, profile or curve without re-running the benchmarks — the
file keeps every raw measurement, so the grade is just one view of it that can
be recomputed in a second.loadbearer score result.json --baseline our-fleet.tomlscores against a
baseline you built withloadbearer baseline;--profileand--curve-k
override the values the file was scored with;--outputwrites a new
result file;--jsonemits it to stdout.- A short banner shows what changed (baseline / profile / curve / tool
version) and the old → new overall. - Subtests the baseline has no entry for are left out of the score with a
note, rather than being a hard error — a fleet baseline that omits the
OS-dependent network component is a normal thing to re-score against. The
file's fullrawis preserved in the output.
Baseline::loadreads a baseline TOML from a path (used byscore --baseline).
Full Changelog: v0.5.1...v0.6.0