mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 10:36:01 +00:00
Add benchmarks for the full send_sensor_state path covering both immediate send and batch paths. This measures the end-to-end cost of sending a sensor state update through an APIConnection including entity field population, proto encode, framing, and TCP write.