The evidence

Every number, measured on this box.

last stored run

These are the numbers from the last stored benchmark run on this box, the same queries the public /api serves. Every read-only cell reproduces byte-for-byte with the command it carries, so any figure is verifiable on your own hardware. Values render only when a positive measured number is stored, each with its tier band; anything not co-measured this run reads pending re-measure.

Last stored run · synthetic + append
Per-dataset · whole-graph reads over the co-located image

Method

Own numbers, honest tiers, incumbent class named.

Threads = physical cores on this box. Tiers: hot (L3-resident fold), warm (DRAM-resident fold), cold (device by-id / sequential sweep). We name the incumbent CLASS each figure answers for, never a competitor number, and publish only our own absolute figures. Writes are real dashboard numbers; the public /api/bench/writes returns 403 by policy (append grows the shard), so its reproduce is the self-run form. Datasets warm their co-located image on first touch; each cell reads honestly, showing a warming badge until the image lands.

Reproduce it yourself

Do not trust our numbers. Run the head-to-heads on your box.

The benchmark runner stands up each incumbent from its own official image, runs the SAME queries on the SAME deterministic data, and gates every lane on an equal-answer hash before any timing counts. A lane that does not match the reference answer is shown as a mismatch, never counted, never hidden.

semurg-bench-runner · ~24 KB · sha256-pinned
get it + run the graph head-to-head curl -fsSL https://one.semurg.io/dl/semurg-bench-runner.tar.gz -o semurg-bench-runner.tar.gz curl -fsSL https://one.semurg.io/dl/semurg-bench-runner.tar.gz.sha256 | sha256sum -c - tar xzf semurg-bench-runner.tar.gz && cd semurg-bench-runner ./bin/semurg-arena install # fetch + checksum-verify Semurg R11, install native ./bin/semurg-arena run --graph # graph: Semurg vs open graph engines, equal-answer, in-core + out-of-core ./bin/semurg-arena run --olap # olap: Semurg scan + O(1) fold vs a columnar warehouse, equal-answer ./bin/semurg-arena list # every lane, its licence, and its wired / scaffold / planned status

Wired today: the graph head-to-head (in-core and the out-of-core survive-vs-DNF crown) and the olap head-to-head, both equal-answer gated, plus the embedded SQL lanes. Key/value, document and search lanes are scaffolded and land wired in a later revision, honestly skipped until then, never faked. License-restricted engines are never shipped and never published by us; you run those locally, under your own licence, and the numbers stay on your box.

Manifest: /dl/LATEST_BENCH.json · checksums: /dl/SHA256SUMS