Files
esphome/tests/benchmarks/components/api
J. Nick Koston 8c058cd725 Replace hand-encoded protobuf bytes with programmatic encoding in decode benchmarks
Encode messages once in setup using the real protobuf API, then decode
the resulting bytes in the benchmark loop. This keeps decode benchmarks
automatically in sync with the protobuf schema — hand-encoded byte
arrays would silently break when fields change.
2026-03-17 00:20:52 -10:00
..