Benchmark pack
Real OGN benchmark evidence, separated from future targets.
These numbers come from OGN benchmark artifacts and pilot baselines. The public path proves the contract and receipt workflow; private pilot access carries engine run folders, configs, logs, and receipts for deeper review.
evidence ledger
RTX 4090 ingest
Measured field run
1.359M reads/s
3,245,545 reads, 855 MB, 2.389 s wall, H2D 70.979 ms
GPU SW microbench
Microbench baseline
67.5 GCUPS
RTX 5070, 10k x 256 bp pairs, 1.03M alignments/s
FM search
Microbench baseline
5.51B queries/s
Synthetic 1 MiB text, 100k x L16 queries, loops=256
HG002 WGS
Private pilot evidence
0.9991 SNP F1
Internal pilot baseline also records 0.9980 indel F1
Published benchmark rows
Values are intentionally terse. Each row should map to a run artifact, baseline file, receipt, or private pilot packet before it is used in sales or procurement.
| Surface | Environment | Result | Evidence status |
|---|---|---|---|
| Ingest smoke | RTX 4090 | 1.359M reads/s | Public summary, private run folder |
| SW alignment microbench | RTX 5070 | 1.03M alignments/s, 67.5 GCUPS | Versioned baseline JSONL |
| FM lookup microbench | RTX 5070 | 5.51B queries/s, 176 GB/s estimate | Versioned baseline JSONL |
| HG002 chr20 | GIAB baseline | 0.9984 SNP F1, 0.9971 indel F1 | Private pilot baseline |
| HG002 WGS | GIAB baseline | 0.9991 SNP F1, 0.9980 indel F1 | Private pilot baseline |
Boundary rules
- Core Kit benchmarks validate the public contract path, not proprietary engine performance.
- Engine benchmarks are tied to run folders, configs, logs, and receipts in the private pilot path.
- Competitive H100 rows in internal docs are targets unless paired with a published run folder.
- Receipt verification is the minimum trust artifact; proof bundles remain optional.
Reproduce the public path
git clone https://github.com/omniscoder/ogn-core-kit.git cd ogn-core-kit git checkout pilot-v0.1-core-kit python3 -m venv .venv . .venv/bin/activate python -m pip install -U pip python -m pip install -e sdk/python[dev] ogn-runner --validate examples/minimal-job/job_spec.json ogn-runner --mock examples/minimal-job/job_spec.json ogn-verify-receipt examples/minimal-job/receipt.json