v0.7.0 — shareable HTML reports + environment capture
Shareable HTML reports + per-run environment capture
- Shareable HTML report —
homebench run --html report.htmlwrites a self-contained page (inline CSS, CSS bars for quality & tok/s, per-category table, theme-aware light/dark, no external assets). The newhomebench report [ref] --html/--mdsubcommand renders any saved run. - Per-run environment capture — every run now records the host (OS, CPU, RAM, GPU) plus homebench + Python versions, saved with the run and shown in reports.
homebench diffwarns when two runs came from different machines.
Both were roadmap items. from_dict() was added to all result dataclasses so reports render from live and saved runs.
Full changelog: v0.6.1...v0.7.0