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
I was curious if it would be possible to add a tool for no change?
The use case is that I want to ensure that this benchmark is unchanged up or down and if there is ANY change at all in either direction I want an alert and fail.
Basically if the Ratio isn't 1 then alert/fail.
customNoChange? customEqualIsBetter?
The text was updated successfully, but these errors were encountered:
I mean... sure it is a "test", but isn't that the point of having the feature of "fail on warning"?
But fair ok, maybe "No Change" is unreasonable, i just thought it might be easier to implement considering how it is coded right now. Maybe something more useful from a benchmark perspective would be a tool that would warn if it exceeds a threshold, up or down. To me, it seems like it would be helpful if changes in either direction of a certain amount could indicate some kind of abnormality that should be brought up.
Use case: We are benchmarking the amount of chunks in our js bundle over time. Smaller is indeed better but if it drops from like 54 to 2 that probably indicates that something is wrong and should at least be addressed.
kealjones-wk
changed the title
A tool for no change (ratio = 1)
A tool for checking benchmark is within threshold up or down OR a tool for no change
Feb 13, 2025
kealjones-wk
changed the title
A tool for checking benchmark is within threshold up or down OR a tool for no change
A tool to check benchmark is within threshold up or down OR a tool for no change
Feb 13, 2025
See this comment for details on the idea for a tool within threshold up or down.
I was curious if it would be possible to add a tool for no change?
The use case is that I want to ensure that this benchmark is unchanged up or down and if there is ANY change at all in either direction I want an alert and fail.
Basically if the Ratio isn't
1
then alert/fail.customNoChange
?customEqualIsBetter
?The text was updated successfully, but these errors were encountered: