Build1 distinct publisher3 min readUpdated
A developer discarded a full data set after a sanity re-run disagreed by up to 54%. The problem was measurement order on a passively cooled chip, not noise.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
A developer benchmarking how a search engine scales with thread count on a fanless MacBook Air (Apple M4) discarded an entire first data set after a sanity re-run under the same conditions returned figures up to 54 percent different [1][2][3]. That matters well beyond one laptop, because on a passively cooled machine the order in which you measure configurations leaks into the numbers as a systematic bias, and the standard defence of running the sweep again and averaging preserves it [4][5].
The original protocol measured 1 through 10 threads in order, and the curve looked clean enough to carry a headline result: 11 threads at 5.2 seconds, the fastest run in the set [1][6]. On the re-run, that configuration came back at 8.0 seconds, an increase of about 54 percent [7][1]. The 4-thread case moved the other way, from 11.0s to 9.0s, roughly 18 percent faster [8][2]. The author reports no rogue background process and attributes the spread to the chassis: under sustained load a fanless machine heats up and thermal-throttles, so every measurement depends on what was measured immediately before it [9][3][10].
The useful part of the write-up is the distinction it draws. Sweeping ascending means the high thread counts always execute on a hotter chip, so the penalty lands consistently in one direction, and repeating the whole biased sweep and averaging reproduces the bias rather than cancelling it [4][5]. The 5.2s record, on the author's account, was a single lucky run on a cold chip [11]. His summary is worth keeping: "The cleaner the graph, the more suspicious you should be" [12].
The replacement protocol sweeps 1 to 16 threads once, repeats the entire sweep for 4 rounds, and takes the per-thread-count median across rounds [13]. That produced 128 measurements and, per the author, a plateau at 8 threads at 3.0x, with the 5.2s figure gone and 7.4s standing as a reproducible floor [14]. Sixteen thread counts across four rounds is 64 runs, so 128 is consistent with two independent series [3], which fits the validation he offers: two search patterns with hit counts an order of magnitude apart, 10,967 versus 722, yielded nearly identical scaling curves [15]. That is the right kind of check. Re-running a biased protocol only confirms the bias; two unrelated workloads agreeing is evidence the thermal signal is no longer riding along [5][15].
One caveat the post does not address. Fixed-order round-robin shrinks the gradient but does not eliminate it: in every round, 16 threads still runs after 1 through 15, so the last configurations still see more accumulated heat, just 4 rounds' worth of it instead of 64 runs' worth. Shuffling the order within each round is what actually decorrelates position from configuration and converts residual thermal state into noise a median can absorb. The post also has internal seams: the first sweep is described as 1 through 10 in order, yet the record sits at 11 threads, and the corrected sweep runs to 16 [1][6][13]. The publisher's own note says accuracy and completeness are not guaranteed [16].
Watch whether the 8-thread plateau survives being measured with randomised within-round ordering and logged idle gaps, and whether benchmark method sections start reporting run order at all. The author kept the discarded CSV but ruled out publishing it, on the grounds that a retracted number left lying around eventually gets cited [17].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
The developer measured how his search engine scales with thread count, testing 1 through 10 threads in order.
He threw away his entire first data set after re-running the same conditions as a sanity check and finding results up to 54% different.
The test machine was a MacBook Air with an Apple M4 chip, which is fanless.
Sweeping thread counts 1 to 10 in order means the later thread counts always run on a hotter chip, so high-thread results are penalised consistently in the same direction; this is a systematic error, not random noise.
Averaging repeated sweeps does not remove the bias, because the bias repeats too; re-running the same biased protocol reproduces the same bias, so validation requires independent series rather than repetition.
The first data set produced a record result described as "11 threads, fastest at 5.2 seconds".
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Internally reasoned, externally unverified
The mechanism is coherent and the article is unusually explicit about its own protocol: specific before/after timings in both directions, an argument for why averaging cannot cancel a repeating bias, a corrected protocol described in enough detail to reproduce, and one internal cross-check across two search patterns. But everything rests on a single self-published post by one author on one machine: no raw data (the first CSV is deliberately withheld and the corrected data lives in an uncited companion article), no thermal or frequency telemetry confirming throttling, and no independent replication. The post itself disclaims completeness.
No uptake evidence in cluster
The supplied material contains only the author's own benchmark runs on his own search engine. There is no evidence that any other developer, project or tool has adopted the round-robin-plus-median protocol, no deployment, release or usage disclosure, and no third-party citation. Adoption cannot be measured without inferring facts the sources do not provide.
Slightly overstated by generalisation
The article is largely self-deprecating rather than promotional — it retracts its own best number and withholds the retracted data — and the 54% headline is arithmetically consistent with the figures given. The overstatement is in scope rather than magnitude: a single-machine, single-author anecdote is framed as a general rule for anyone benchmarking on a fanless laptop, thermal throttling is asserted as the cause without temperature or frequency evidence, and the corrected numbers (8-thread plateau, 3.0x, 7.4s floor) are presented as settled while resting on the same unpublished, unreplicated data.
Mild self-promotion, low commercial stake
This is a self-published developer post that closes by pointing readers to the author's apps, Kindle books and GitHub projects, and that exists partly to drive readers to a companion article containing the headline scaling result — so there is a visible attention incentive. Against that, the author is retracting his own flattering number rather than defending it, and no vendor, sponsor, competing product or commercial relationship appears anywhere in the source. No rival product is targeted; the author explicitly names his own chassis as the culprit.
Moderate: plausible mechanism, thin corroboration
Confidence is capped by the single-source, single-author, single-machine record with no published data and no independent replication, and by the fact that the practical impact of the recommendation cannot be observed in this cluster. It is lifted above the floor because the claims are narrow and internally consistent, the arithmetic checks out (5.2s to 8.0s is ~54%; 16 thread counts by 4 rounds by 2 series is 128 runs), the failure mode described is a well-specified and testable one, and the author volunteers information against his own interest.
build
Judge transactional email on retries and DKIM alignment, not open rates1 distinct publisher
build
Splitting a SwiftUI body into computed properties tidies the file, not the view tree1 distinct publisher
product
Dell's $699 XPS 13 answers the MacBook Neo and resets the fleet laptop ceiling1 distinct publisher
build
Unauthenticated root on macOS Screen Sharing: CVE-2026-65400 is already dropping miners1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 14, 2026