[ci] Lower import-time budget after lazy-import refactor

CI now measures 81.2ms after the zeroconf/writer/yaml_util lazy loads.
Reset baseline to 82ms with the 15% margin (ceiling 94.3ms, ~13ms
headroom for GHA variance).
This commit is contained in:
J. Nick Koston
2026-04-23 14:34:17 -05:00
parent fa055b9e49
commit fd63a67ad8

View File

@@ -1,5 +1,5 @@
{
"target_module": "esphome.__main__",
"margin_pct": 15,
"cumulative_us": 123000
"cumulative_us": 82000
}