mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 16:38:43 +00:00
[ci] Tighten import-time margin to 15%
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).
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"target_module": "esphome.__main__",
|
||||
"margin_pct": 25,
|
||||
"margin_pct": 15,
|
||||
"cumulative_us": 123000
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user