A comparison is only fair when both sides measure the same kind of work. Bitfield proof pages name the job first, then the number.
Somebody sees 0.68ns and wants to compare it to a managed database query over the internet. That is not the same job. One is a warm local read. The other includes network and server work.1Warm read, lookup, durable batch write, runtime call, or network command.
→
2Local bytes, cache state, lookup work, durability boundary, or network hop.
→
3Cold storage, internet latency, isolated write latency, or unrelated query planning.
The reader should be able to tell which comparisons are meaningful and which comparisons are category mistakes.Safe comparison table
The rule
If a vendor number includes a network trip, server scheduling, query planning, or cold storage fetch, it is not the same category as a warm local read.If a Bitfield number says batch, do not treat it as a single isolated write.If a Bitfield number says lookup, do not treat it as exact-position read with no lookup.Skeptical comparison checklist
Run this before publishing a comparison:Category mismatch examples
Common failures
Next
Read Warm and cold paths, then use the Benchmark ledger and Claim ledger to check the exact claim row.