From api-benchmarker
Benchmarks HTTP endpoints with configurable concurrency, captures per-request metrics, and reports latency percentiles, throughput, and error rates.
How this command is triggered — by the user, by Claude, or both
Slash command
/api-benchmarker:benchmarkThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /benchmark - Benchmark API Endpoints Run performance benchmarks against API endpoints. ## Steps 1. Ask the user for the target endpoint URL and HTTP method 2. Configure the request: headers, authentication, request body, query parameters 3. Run a warmup phase: 10 requests to prime caches and connections 4. Execute the benchmark with configurable parameters: - Concurrent connections (default: 10) - Total requests (default: 1000) - Duration-based (alternative to request count) 5. Capture per-request metrics: response time, status code, response size 6. Calculate statistics: min,...
Run performance benchmarks against API endpoints.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin api-benchmarker/benchmarkBenchmarks HTTP endpoints with configurable concurrency, captures per-request metrics, and reports latency percentiles, throughput, and error rates.
/aqe-benchmarkRuns performance benchmarks against API, database, function, or system targets with configurable iterations, concurrency, and duration. Supports baseline comparison and multiple output formats.
/load-testRuns load tests against API endpoints using tools like wrk, k6, ab, or hey. Measures throughput, latency, error rates, and identifies breaking points with staged ramp-up.
/run-load-testRuns load and stress tests against API endpoints or web pages, monitoring real-time metrics like requests/sec and latency percentiles, identifying bottlenecks, and saving timestamped reports.
/run-load-testRuns API load tests using k6, Artillery, or Gatling to measure performance, identify bottlenecks, and validate scalability.
/loadtestGenerates load test scripts for k6, Artillery, Locust, JMeter; establishes baselines, runs stress/spike/soak tests, identifies bottlenecks, produces performance reports and verdicts.