bench: reproducible benchmark harness + published numbers #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are zero benchmarks in the tree. The 7/10 rating rests on unproven performance; this issue either proves it or tells us exactly what to fix.
Why: the single biggest credibility artifact. "Near-frontier AI for mortals" needs a table an outsider can verify.
Deliverables:
doc/benchmarks.md; headline numbers surfaced in READMEDependencies: #21 (token-level metrics) for engine-truth measurement.
PR #32 lands the harness (
script/bench.py) and the first published numbers (doc/benchmarks.md, 2026-06-12): 1.7B@3060 81 tok/s, 8B@4090 62 tok/s, 27B@2×5090 Q6K TP=2 at a steady 35 tok/s with flat decode 128→4k — and the 4k-prefill TTFT of 7.1 s recorded as #23's before-number.Remaining for full closure: the llama.cpp / Ollama comparison columns (same checkpoints, same hosts — the harness accepts any OpenAI-compatible base URL via
--label, so adding them is an install-and-run exercise), and cold-load timing (visible per-deploy in the journal + deploy validation; tracked under #1).Demoted
p1-now→p3-later.The unblocking core of this issue has shipped: the reproducible harness (
script/bench.py) plus the continuous, version-awarehelexa-bench(CLAUDE.md 2026-06-13 addendum), and the first published baselines (doc/benchmarks.md, PR #32 — 1.7B@3060 81 tok/s, 8B@4090 62 tok/s, 27B@2×5090 Q6K TP=2 ~35 tok/s). Token-truth measurement (#21) is done.What remains is demand-driven, not active pain: the llama.cpp/Ollama comparison columns (install-and-run against the same hosts) and surfacing headline numbers in the release writeup. That output feeds #26 (tagged release + public writeup), which is already
p3-later— so this sits alongside it, picked before #26 since #26 consumes its numbers.grenade referenced this issue2026-06-27 08:15:48 +00:00