CheckRegression
Check for performance regression between a baseline and a comparison profile.
POST
/api/v1/profiling/regression/checkOperation ID
CheckRegressionSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
baselineIdStringRequiredUnique identifier of the baseline to check against.
Example: bl-20240101
compareIdStringRequiredIdentifier of the profile or session to compare against the baseline.
Example: sess-cmp002
thresholdsObjectRequiredCustom thresholds controlling regression detection sensitivity.
functionDeltaPctLongMinimum percentage change to classify a function as regressed.
Example: 5
newHotspotMinPctLongMinimum percentage for a new function to be considered a hotspot.
Example: 2
criticalDeltaPctLongDelta percentage that triggers a critical severity regression.
Example: 20
criticalHotspotPctLongHotspot percentage that triggers a critical severity classification.
Example: 10
