mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 09:08:41 +00:00
CI measured 126.2ms against 123ms baseline + 25% ceiling (153.8ms). That's 27.6ms of headroom — enough slack that a real regression could hide under it. Drop to 15% (ceiling 141.5ms, ~15ms headroom over observed). Still well above GHA runner variance, tight enough to catch the class of regression we care about (zeroconf-style top-level import additions).
6 lines
89 B
JSON
6 lines
89 B
JSON
{
|
|
"target_module": "esphome.__main__",
|
|
"margin_pct": 15,
|
|
"cumulative_us": 123000
|
|
}
|