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
fix: make MaxDurationMs a required constructor parameter in PerformanceBaselineAttribute
MaxDurationMs defaulted to 0 as an int property, causing every test to
be flagged as exceeding the baseline when users wrote [PerformanceBaseline]
without specifying MaxDurationMs. Make it a required constructor parameter
so the compiler enforces a value at the call site.
0 commit comments