What problem does it solve? Teams promoting LLM checkpoints often lack defensible performance numbers: they conflate quality with speed, average cold and warm starts, quote concurrency-1 costs, and report GPU utilization as if it were application performance. This Skill produces reproducible benchmark comparisons of model inference on GPU Kubernetes so release decisions rest on measured latency, throughput, and cost. ## Core Features & Use Cases - Concurrency sweep benchmarking: Steps load levels with k6 or Locust to find the saturation knee, recording TTFT, inter-token latency, tokens/sec, and p50/p95/p99 at each level. - DCGM GPU correlation: Scrapes NVIDIA DCGM metrics into Prometheus to diagnose whether a model is compute-bound, memory-bandwidth-bound, or VRAM-limited. - Cost modeling: Derives cost-per-1k-tokens and cost-per-request at the operating concurrency, including idle-endpoint and batch economics. - Use Case: Compare a 7B and a 70B checkpoint under the same vLLM runtime and workload profile, then hand the SLO pass/fail to the release gate and the saturation knee to the rollout strategist for autoscaling policy. ## Quick Start Use the inference-benchmark-runner skill to benchmark my two candidate models on the GPU cluster and produce a comparison report with TTFT, throughput, and cost per 1,000 tokens.