GPU Benchmark Leaderboard

Community-submitted benchmarks from real hardware. See how your GPU stacks up.

Benchmark your GPU

Run this in your terminal to benchmark your GPU and submit results to the leaderboard. No signup required.

Linux / macOS

curl -fsSL __NEXT_PUBLIC_API_URL__/api/v1/public/bench.sh | sh

Requires: NVIDIA GPU (nvidia-smi), AMD (rocm-smi), or Apple Silicon. Downloads llama-bench + TinyLlama 1.1B (~670 MB) to /tmp.

Windows (PowerShell)

irm __NEXT_PUBLIC_API_URL__/api/v1/public/bench.ps1 | iex

Requires: NVIDIA GPU and PowerShell 5+. Downloads llama-bench + TinyLlama 1.1B (~670 MB) to %TEMP%.