mirror of
https://github.com/esphome/esphome.git
synced 2026-07-11 01:15:33 +00:00
1f9380ddc0
- Revert component.h change (no core changes for benchmarks) - Remove -DWARN_IF_BLOCKING_OVER_MS from build flags (can't shadow constexpr) - Drop inner loop — 5 heap pops + callbacks + pushes per call is well above CodSpeed's 60ns instrumentation overhead - Add warm-up call before benchmark loop to trigger the blocking guard once and ramp the threshold - interval=0 causes infinite loop, must use interval=1 with fake time