llm-benchmark

Benchmark local Ollama models across contexts and report performance.

77|13|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/KerberosClaw/kc_ai_skills --skill llm-benchmark-kerberosclaw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: llm-benchmark
Source: https://github.com/KerberosClaw/kc_ai_skills/tree/main/llm-benchmark
Command: npx skills add https://github.com/KerberosClaw/kc_ai_skills --skill llm-benchmark-kerberosclaw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

本地開發者需要客觀比較本地 LLM 模型的效能與資源消耗,以便選型、優化與預算決策。

Core Features & Use Cases

  • 自動化基準流程:環境檢查、VRAM 管控、模型拉取、推理與報告生成。
  • 允許在多個 ctx 尺寸下同時比較吞吐、延遲與 VRAM 使用,便於選擇最佳配置。
  • 生成可追蹤的報告,支援 Markdown 與 JSON,方便日後比較與審核。

Quick Start

在本機執行 llm-benchmark,指定模型標籤即可生成基準結果。

Frequently Asked Questions about llm-benchmark

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I benchmark local Ollama models to compare inference performance and GPU memory usage?

Benchmarking local Ollama models requires running automated scripts that execute inference across multiple contexts, measure latency and throughput, and generate Markdown or JSON reports for performance comparison.

What is the best way to compare local LLM throughput and VRAM consumption across different context sizes?

Comparing local LLM throughput and VRAM consumption involves running a benchmark across multiple context sizes, which tracks memory management and latency to identify the optimal hardware configuration.

Do I need Ollama installed to run local LLM inference benchmarks?

Running local LLM inference benchmarks requires Ollama installed in your developer environment to pull models and execute the script-driven benchmarking process.

How does automated GPU memory management work during local LLM benchmarking?

Automated GPU memory management during local LLM benchmarking controls VRAM allocation while pulling models and executing inference, ensuring stable performance measurement across different context configurations.

Can I generate Markdown reports for tracking local LLM model performance over time?

Generating Markdown and JSON reports for tracking local LLM model performance is supported natively by the benchmarking process, providing structured outputs for later comparison and review.

What are the limitations of script-driven benchmarking for local model performance?

Limitations of script-driven benchmarking include dependency on local hardware configurations and the Ollama environment, meaning results may not generalize to different GPU setups or cloud deployments.