Performance Guardrails¶
honestroles includes runtime guardrail tests for core hot paths.
Covered Paths¶
clean_jobsfilter_jobsrate_jobs(non-LLM mode)
Test Location¶
tests/test_perf/test_guardrails.py
Threshold Controls¶
Thresholds are configurable via environment variables:
HONESTROLES_MAX_CLEAN_SECONDSHONESTROLES_MAX_FILTER_SECONDSHONESTROLES_MAX_RATE_SECONDS
These defaults are intentionally conservative and are tuned tighter in CI for regression detection.