Commit daaf4e0
committed
fix(verify): stop comparing PassMark's two scales
`passmark_multi_ge_single` asserted cpu_mark >= passmark_single, but
CPU Mark and Single Thread Rating are separately normalised PassMark
scales — their magnitudes are not comparable, so the check read a scale
difference as a defect.
Of 866 CPU records holding both figures, 123 fail. All 51 single-core
parts fail, and failure tracks absolute weakness rather than
parallelism: failing CPU Mark median 641 against 19,657 for passing,
with near-ties at the boundary (Core 2 Duo E8600, 1378 vs 1388). The
check only ever held because modern CPU Marks are large.
Cinebench and Geekbench keep their multi >= single checks: those report
both figures on one scale, so a violation there is a real defect.
Refs #11 parent 5a2ceec commit daaf4e0
2 files changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
115 | 122 | | |
116 | 123 | | |
117 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
0 commit comments