Serial execution benchmark suite for local LLM evaluation with real-time system monitoring via Netdata.
This benchmark evaluates 6 large language models running locally via Ollama, measuring:
- Cold load performance
- Time to first token (TTFT)
- Generation throughput (tokens/sec)
- System resource utilization (CPU, GPU, VRAM, Temperature)
- Response quality metrics
| Model | Family | Parameters | Quantization | Tokens/sec | Duration |
|---|---|---|---|---|---|
| gemma4:26b-a4b-it-q4_K_M | Gemma4 | 26B | Q4_K_M | 70.44 | 109s |
| gemma4:31b-it-q4_K_M | Gemma4 | 31B | Q4_K_M | 17.61 | 536s |
| qwen3.5:35b-a3b-q4_K_M | Qwen3.5 | 35B | Q4_K_M | 63.90 | 242s |
| qwen3.6:35b | Qwen3.6 | 35B | Full | 64.97 | 174s |
| qwen3.6:27b-q4_K_M | Qwen3.6 | 27B | Q4_K_M | 19.25 | 588s |
| qwen3.6:27b | Qwen3.6 | 27B | Full | 19.40 | 372s |
- OS: Unraid OS 7.3.0
- Kernel: Linux 6.18.29-Unraid
- CPU: 32 cores
- RAM: 128 GB
- GPU 0: NVIDIA (Active)
- GPU 1: NVIDIA (Secondary)
- Ollama: Running on 192.168.1.100:11434
- Netdata: v2.10.0-255-nightly for monitoring
- qwen3.6:35b (full precision) - 64.97 tokens/sec
- qwen3.5:35b-a3b-q4_K_M (quantized) - 63.90 tokens/sec
- gemma4:26b-a4b-it-q4_K_M (quantized) - 70.44 tokens/sec (best TPS, fewer tokens)
- Qwen models show better quantization efficiency than Gemma models
- Full precision models can outperform quantized variants in some cases
- GPU temperature peaked at 85°C during intensive loading
- gemma4:31b was surprisingly slow at only 17.61 tokens/sec despite Q4 quantization
| Metric | Min | Max | Average |
|---|---|---|---|
| GPU0 Utilization | 1% | 100% | 46.7% |
| GPU0 Temperature | 51°C | 85°C | 71°C |
| GPU0 Power | 23W | 189W | 95W |
| GPU0 VRAM | 1.1GB | 14.1GB | 2.3GB |
| System Load | 9.37 | 26.29 | 14.31 |
| RAM Used | 832MB | 7.9GB | 2.5GB |
index.html- Interactive benchmark results dashboarddata/- Raw benchmark data and metricsresults/- Processed results and summaries
View the benchmark results:
# Open in browser
open index.htmlMetrics were collected using Netdata API at 2-second intervals during the entire benchmark run:
- GPU utilization, temperature, power draw
- VRAM usage for both GPUs
- CPU utilization and system load
- RAM usage
MIT License - Feel free to use this benchmark suite for your own testing.
Created by Shlomi G as part of the GoldyAI project.
View the interactive benchmark results: 👉 Live Demo
(Deployed on Vercel)