Post-release baseline loop
After a release lands, rerun standard benchmarks and store the new baseline with environment details.
Use this to keep performance comparisons honest across releases.
- Wait until the release is deployed and stable.
- Capture release SHA, environment, benchmark version, and test conditions.
- Run the standard benchmark suite.
- Compare against the prior baseline and flag large movement.
- Store the new baseline with enough context to reproduce it.
Stop when the release has a benchmark record that future runs can compare against.