The claim on record was that xin serves the small-static workload at 77.4% of nginx. Fourteen paired runs to re-check it spanned 68% to 113%, on a box carrying a load average between 13 and 43 from other work. The honest reading was that the figure was not refuted, it was not measurable here.
Declining to quote a number is usually the right instinct, and this log entry was originally written to record it as such — a fifth benchmark correction in a session that already had four.
It was not the end of the work. Rather than measuring more, the method changed to measuring when idle: a script armed to fire atomically the moment the box went quiet, because reacting to an idle notification is already too slow — the window closes in seconds.
Two clean pairs came back. xin: 341,030 and 331,655 — a 3% spread, reproducible. nginx: 357,121 and 443,483 — a 24% spread, not. Since contention only ever subtracts, best-of-each is the right estimator: 341,030 / 443,483 = 76.9%, reproducing the original claim almost exactly. The 90–107% readings were contention suppressing nginx more than xin.
So this one was not a fifth lie. The number held, and the lesson was measure-when-idle rather than measure-more.