• v6.3 93cfa78e8c

    Benchmark: parallel GPU mode, resilient inventory query, server model in results

    mchus released this 2026-04-07 18:32:15 +03:00 | 231 commits to main since this release

    • Add parallel GPU mode (checkbox, off by default): runs all selected GPUs
      simultaneously via a single bee-gpu-burn invocation instead of sequentially;
      per-GPU telemetry, throttle counters, TOPS, and scoring are preserved
    • Make queryBenchmarkGPUInfo resilient: falls back to a base field set when
      extended fields (attribute.multiprocessor_count, power.default_limit) cause
      exit status 2, preventing lgc normalization from being silently skipped
    • Log explicit "graphics clock lock skipped" note when inventory is unavailable
    • Collect server model from DMI (/sys/class/dmi/id/product_name) and store in
      result JSON; benchmark history columns now show "Server Model (N× GPU Model)"
      grouped by server+GPU type rather than individual GPU index

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

    Downloads