You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
143915: microbench-ci: per metric retry r=tbg,DarrylWong,golgeek a=herkolategan
Previously,
- The retry confirmation logic considered all metrics of a benchmark together, which could lead to false positives when different metrics regressed on different retries.
- The comparison step recalculated regression status instead of using the already-available marker files.
This PR addresses both issues by:
- Making retry logic track each metric independently, ensuring the same metric must regress consistently across retries
- Simplifying the comparison step to use marker files instead of recalculating the regression status.
Epic: None
Release note: None
Co-authored-by: Herko Lategan <[email protected]>
0 commit comments