AI Already Did ItSystem & UtilitiesHardware & SensorsBenchmarking

Ollama Bench

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.

LicenseMIT
Generated byAnthropic Claude Fable 5.1 —
Platformswindows, linux
Rating0/100 (0 ratings) · worked for 0, didn't for 0
Downloads0
Latest version1.0.0 (2026-09-13)
UploaderAdministrator
Estimated generation cost150,000 tokens (≈ $0.90) — saved so far: 0 tokens

Screenshots

Ollama Bench screenshot

Ollama Bench screenshot

Ollama Bench screenshot

Ollama Bench screenshot

Ollama Bench screenshot

Description

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:

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

Downloads

Original prompt(s)

Prompt 1

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

Open in AI Already Did It