• v8.30 f8cd9a7376

    Rework Power Fit report: 90 min stability, aligned tables, PSU/fan sections

    mchus released this 2026-04-19 18:04:12 +03:00 | 98 commits to main since this release

    • Increase stability profile duration from 33 min to 90 min by wiring
      powerBenchDurationSec() into runBenchmarkPowerCalibration (was discarded)
    • Collect per-step PSU slot readings, fan RPM/duty, and per-GPU telemetry
      in ramp loop; add matching fields to NvidiaPowerBenchStep/NvidiaPowerBenchGPU
    • Rewrite renderPowerBenchReport: replace Per-Slot Results with Single GPU
      section, rework Ramp Sequence rows=runs/cols=GPUs, add PSU Performance
      section (conditional on IPMI data), add transposed Single vs All-GPU
      comparison table in per-GPU sections
    • Add fmtMDTable helper (benchmark_table.go) and apply to all tables in
      both power and performance reports so columns align in plain-text view

    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

    Downloads