Commit aed3c22
## Summary
Recalibrate macOS P95 regression budgets now that #506 removed the
deterministic 30-second interpreter-probe tail. The new limits preserve
4-6x observed hosted-runner variance while blocking multi-second drift
that the old baseline-era limits allowed.
## Changes
- tighten startup P95 from 10,000ms to 750ms absolute headroom
- tighten full-refresh P95 from 5,000ms/25% to 1,000ms/50%
- tighten time-to-first P95 from 10,000ms to 750ms absolute headroom
- prove the worst observed post-fix run remains within budget
- prove 1.5s/2.5s/1.5s synthetic regressions now fail
- document calibration from three unchanged-content runs and the exact
merged baseline
## Validation
- `python -m unittest discover -s scripts/tests -p 'test_*.py' -v` (22
passed)
- worst observed macOS artifact passes against merged baseline `f0c62d9`
Fixes #507
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f0c62d9 commit aed3c22
3 files changed
Lines changed: 31 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | | - | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
67 | 88 | | |
68 | 89 | | |
69 | 90 | | |
| |||
0 commit comments