Reproduction
Every snapshot is reproducible from the repository alone.
Verify the current freeze
Section titled “Verify the current freeze”git clone https://github.com/BrokkAi/dataflowbenchcd dataflowbenchcargo run -- validate-freeze reports/freeze.jsonvalidate-freeze re-reads every referenced case, fixture, normalized report,
and retained raw-evidence file and verifies its SHA-256 digest, the bound
benchmark revision, and the release tag.
Regenerate the published results
Section titled “Regenerate the published results”cargo run -- generate-results --manifest reports/freeze.json --output-directory results --check--check proves the checked-in artifacts — the same files this site renders —
are byte-identical to a fresh generation from the freeze.
Re-run the analyzers
Section titled “Re-run the analyzers”Re-execution produces new evidence and therefore a new freeze; it never mutates an existing snapshot.
cargo run -- run-bifrost-smoke --bifrost <bifrost-binary>codeql pack install adapters/codeqlcargo run -- run-codeql-java-kernel --codeql <codeql-binary>Release notes with per-snapshot checksums live in
docs/releases/.