mirror of
https://github.com/esphome/esphome.git
synced 2026-08-31 10:06:03 +00:00
Change kInnerIterations from 2000 to 2100 (divisible by batch sizes 3 and 10) to prevent pool imbalance at iteration boundaries that caused spurious malloc. Add static_assert to each benchmark to catch this at compile time.