solution_challenge_backend / REGRESSION_BASELINE.md
github-actions
Deploy to Hugging Face
c794b6b
|
Raw
History Blame Contribute Delete
531 Bytes
# Regression Baseline
Metrics gathered from `/debug/frontend` and `/debug/vision`.
## Frontend
* **Render Count**: Baseline (No infinite loops)
* **Active Intervals**: 2 (Global Watchdog, Token Refresh)
* **Active Timeouts**: 0
* **Websocket Count**: 2 (/ws, /ws/agents)
* **Pending Fetch Count**: 0 (Idle)
* **Active Camera Count**: 1
## Backend
* **Active Sockets**: Matches connected clients exactly
* **Frame Queue**: Max depth 1 (Throttled)
* **Inference Time**: ~12-15ms (YOLO + InsightFace)
* **Memory**: 450 MB (Stable)