Back to browse
GitHub Repository

Measure tokens/sec of any LLM behind an OpenAI-compatible API.

1 starsGo

I built a token-per-second counter in Go

by canergl·Jul 23, 2026·1 point·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Handy CLI for benchmarking TPS, but curl scripts already do this for free.

Strengths
  • Built-in warmup runs and median calculation prevent cold-start skew.
  • Works with any OpenAI-compatible endpoint, including local servers.
  • Single static binary via go install makes deployment trivial.
Weaknesses
  • Functionality is easily replicable with a simple curl and awk script.
  • Lacks persistent history or comparison features for tracking trends.
Target Audience

LLM developers and engineers benchmarking model providers

Similar To

llm-bench · custom curl scripts · Artillery

Similar Projects

OpenCode Benchmark Dashboard

Benchmarks OpenCode models locally, but lacks preloaded datasets and only works with configured OpenAI-compatible APIs.

Niche Gem
grigio
104mo ago