Commit a6f74e9
docs(beat): record what the CI host actually measures (0.788/0.805, ~11% headroom)
Validated the new configuration by dispatching beat-speed-nightly twice onto
the clean-room pool - the host that produced the 1.044 excursion:
apr=265.473ms sklearn=337.106ms ratio=0.788
apr=252.463ms sklearn=313.446ms ratio=0.805
2.2% spread where the old size swung 346% on that same pool, so the stability
goal is met. But the LEVEL differs from my local box and the file said so
incorrectly: apr is ~1.25x faster there, not ~1.85x, leaving ~11% headroom
under the 0.90 ceiling rather than 42%. That host penalises apr more than
sklearn (2.3x vs 1.55x slower than lambda-vector).
Recorded two things a future reader needs. Enlarging the workload again is NOT
the remedy if this fails - apr's advantage shrinks with size, so a bigger
problem makes the ratio worse. And the contract's baseline_floor 0.56 describes
neither this host nor the old size; whether that is slower CI hardware or a
real regression cannot be settled without historical CI data at this size, so
it is left open rather than asserted.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>1 parent 2722b94 commit a6f74e9
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
43 | 68 | | |
44 | 69 | | |
45 | 70 | | |
| |||
0 commit comments