project-nomad/admin/inertia/components/benchmark
Chris Sherwood 92b161d19d feat(benchmark): end-of-run score reveal + NVIDIA GPU-util overlay (#1082)
Phase 3 of the live benchmark run experience.

- ScoreReveal: replaces the abrupt run-view unmount with a deliberate
  end-of-run "REPORT" card -- animated NOMAD score gauge + odometer
  count-up number, sub-score gauges cascading in, Continue button +
  5s auto-dismiss. Takes score scale as a prop so it survives Score v2.
- GPU-util overlay (NVIDIA): during the AI stage, a ~1Hz nvidia-smi poll
  inside the Ollama container feeds live GPU utilization + VRAM into the
  telemetry frames; shown in the AI hero, hidden when absent (AMD/none).
  Poller is side-effect-only and cleared in a finally -- scored numbers
  unchanged.
- Disk polish: reset in-test buffers on stage transition so the write
  stage no longer briefly shows the carried disk-read value.

Browser-validated on NOMAD3 (RTX 5060): GPU overlay live (1% util,
0.2/8.0 GB VRAM during model load); reveal cascade + count-up; AI-only
score 39.8 (scored path unchanged).

Part of #1082 (tracker stays open).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-11 21:53:03 -07:00
..
BenchmarkRunView.tsx feat(benchmark): end-of-run score reveal + NVIDIA GPU-util overlay (#1082) 2026-07-11 21:53:03 -07:00
CoreGrid.tsx feat(benchmark): live telemetry during benchmark runs (#1082) 2026-07-11 16:01:27 -07:00
LiveReadout.tsx feat(benchmark): live telemetry during benchmark runs (#1082) 2026-07-11 16:01:27 -07:00
ResultsSoFar.tsx feat(benchmark): authoritative in-test sysbench numbers + results strip (#1082) 2026-07-11 20:22:58 -07:00
ScoreReveal.tsx feat(benchmark): end-of-run score reveal + NVIDIA GPU-util overlay (#1082) 2026-07-11 21:53:03 -07:00
Sparkline.tsx feat(benchmark): live telemetry during benchmark runs (#1082) 2026-07-11 16:01:27 -07:00
StageRail.tsx feat(benchmark): live telemetry during benchmark runs (#1082) 2026-07-11 16:01:27 -07:00