Skip to content

v0.7.0 — shareable HTML reports + environment capture

Choose a tag to compare

@david-g-3654 david-g-3654 released this 06 Aug 00:53
· 11 commits to main since this release
a12b948

Shareable HTML reports + per-run environment capture

  • Shareable HTML reporthomebench run --html report.html writes a self-contained page (inline CSS, CSS bars for quality & tok/s, per-category table, theme-aware light/dark, no external assets). The new homebench report [ref] --html/--md subcommand 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 diff warns 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