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
- Implement RegressionAnalyzer with three baseline strategies (FixedBaseline, RollingAverage, PreviousRun)
- Add PerformanceTrend enum and statistical significance testing with configurable thresholds
- Create OperationAnalysis and RegressionReport structures for detailed analysis results
- Add comprehensive accessor methods to TimestampedResults and HistoricalResults
- Refactor PerformanceReport to use enhanced RegressionAnalyzer instead of simple comparison
- Provide extensive test coverage for all regression analysis strategies and edge cases
0 commit comments