Skip to main content

Module detector

Module detector 

Source
Expand description

Automated performance regression detection.

Compares current profiling measurements against a historical baseline and produces severity-graded alerts together with actionable recommendations.

Structs§

BaselineStats
Statistical summary of baseline latency for a single component.
PerfBaseline
A historical baseline used as the reference for regression comparison.
PerfMeasurement
A single performance measurement (latency, memory, throughput) at a point in time.
RegressionAlert
A single regression alert.
RegressionConfig
Configuration knobs for the regression detector.
RegressionDetector
Compares profiling measurements against a stored baseline and emits alerts.

Enums§

RegressionMetric
Which performance metric regressed.
RegressionSeverity
How severe the regression is.