Commit 2d425a8
committed
tuner: let the CPU test settle before judging stability
Pinning the governor was not enough: the monitor thread starts sampling at t=0,
before sysbench has spun every thread up, so it caught the machine still idling
and that one low reading became the "minimum under load". The control proves it
— a known-good 3500 MHz was rejected at "1396 MHz" while the live frequency
mid-bench was 3493.
It now ignores the first 8 seconds. With that, the ladder runs clean on this
board: 3500/3600/3700/3800/3900/4000 all pass, scores climbing 5118 -> 5849
ev/s (+14%), and 4000 holds 3971 MHz at 81 C.
Worth knowing: 4000 is crash-free over a 6-minute CPU+GPU soak (0 MCEs) but the
board then throttles to ~3400 MHz pinned at 86 C — past that point the limit is
the heatsink, not the silicon.1 parent dc456c6 commit 2d425a8
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
317 | 324 | | |
318 | 325 | | |
319 | 326 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
317 | 324 | | |
318 | 325 | | |
319 | 326 | | |
| |||
0 commit comments