mirror of
https://github.com/esphome/esphome.git
synced 2026-09-16 01:28:39 +00:00
Three benchmarks covering the most common ESP_LOGW patterns: - Logger_NoFormat: plain string, no format specifiers (fastest path) - Logger_3Uint32: 3x uint32_t (common for status/diagnostics) - Logger_3Float: 3x float with precision (common for sensor values)