Reachability Benchmark Website
Static, offline-ready page for the public benchmark (task BENCH-WEBSITE-513-015).
Files
index.html— single-page site (no external assets) with:- Quick start steps
- Download pointers (cases, schemas, truth, baselines)
- Determinism checklist
- Leaderboard panel that reads
leaderboard.jsonif present
Usage
- Generate leaderboard locally:
ci/run-ci.sh # or run rb_compare manually
cp out/leaderboard.json website/
- Serve the
website/folder with any static file server (or openindex.htmldirectly).
No external fonts or network calls are used; works fully offline.