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
142830: storeliveness: add documentation r=miraradeva a=miraradeva
This commit adds a `doc.go` file in the storeliveness package to document the main functionality and interactions with other components.
Fixes: #126198
Release note: None
143061: microbench-ci: compare only outer run when insignificant r=DarrylWong a=herkolategan
Previously, during the comparison step all runs were compared. Since the last run determines if the previous runs had significant changes, we now first compare only the last outer run of each benchmark. If the last run had significant changes, we then compare all runs to produce the final assessment.
This prevents having a compare summary on CI that shows a regressions, when in fact only one run possibly had a regression, followed by an insignificant change in the last run.
i.e.,
Did the last run (3rd out of 3 runs) contain a regression / improvement?
*yes*: then implicitly all previous runs contained a regression or improvement, and should be included in the result summary.
*no*: then it's possible a previous run did regress, but we're disregarding the result in any case (due to requiring consecutive regressions in totality); hence only present the last insignificant run in the summary, to avoid confusion.
Epic: None
Release note: None
Co-authored-by: Mira Radeva <[email protected]>
Co-authored-by: Herko Lategan <[email protected]>
0 commit comments