sensor_performance_verdict
Compare live sensor metrics against baseline builds to identify performance regressions using defined thresholds for PASS, MINOR REGRESSION, or MAJOR REGRESSION verdicts.
Instructions
Compare live sensor metrics against a baseline build and return a structured verdict. Thresholds: <5% = PASS, 5-10% = MINOR REGRESSION (P2), >10% = MAJOR REGRESSION (P1), any drops = FAIL.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sensor | No | Sensor hostname. If omitted, uses first discovered sensor. | |
| build | Yes | Build name from baselines.json to compare against | |
| profile | Yes | Profile name (e.g., "All/No", "Base/Yes") |