AI Already Did It › System & Utilities › Hardware & Sensors › Benchmarking
Benchmark your GPUs or CPU with real LLM inference through Ollama: tokens/s, time to first token, VRAM and utilisation, with a CLI and a desktop app.
| License | MIT |
|---|---|
| Generated by | Anthropic Claude Fable 5.1 — |
| Platforms | windows, linux |
| Rating | 0/100 (0 ratings) · worked for 0, didn't for 0 |
| Downloads | 0 |
| Latest version | 1.0.0 (2026-09-13) |
| Uploader | Administrator |
| Estimated generation cost | 150,000 tokens (≈ $0.90) — saved so far: 0 tokens |





Ollama Bench measures how fast your hardware actually runs local LLMs. It drives Ollama with reproducible prompts and reports the numbers that matter:
It is built to push hardware to its limit, not just to time a single request:
OLLAMA_NUM_PARALLEL set for you and reports the effective parallelism.Two front ends share one engine:
Ships as an AppImage and a .deb for Linux, an MSI for Windows (bundling its own Python and Qt), or runs from source on any OS. Requires a running Ollama with at least one model. MIT licensed.
Example results on an RTX 4090 + RTX 5060 Ti: gpt-oss:20b generates at 199 tok/s on the 4090 and 98 tok/s on the 5060 Ti; four concurrent streams lift aggregate throughput to 328 tok/s at 93% GPU utilisation.
If the site's editor does not like hard line breaks inside paragraphs and list items, join each wrapped line onto one line. The content is otherwise plain CommonMark: bold, one link, inline code and bullet lists
Create a benchmark software which tests GPUs/CPus (if GPU is not avaliable) performance by using ollama. For example my current system has rtx 4090 24GB and rtx 5060 ti 16GB GPUs and ollama. I want te test its performenace, for exmaple token / sec. The Benchmark software should also use GPU at full power (Volatile GPU-Util %100 and Memory Usage %100 ) if it is possible if GPU is not enable on the system, behcmark can also test the system by using CPU
Tags: benchmark, cuda, gpu, hardware-testing, inference, llm, ollama, performance, tokens-per-second