Full percentile distribution
See median and tail behavior instead of trusting an average that hides slow users.
Load-test MCP tools, HTTP endpoints, and AI workflows against explicit SLOs. Measure p50 through p99, throughput, errors, retries, and the percentage of work completed inside budget.
$ prooflane perf --profile release requests 12,840 throughput 106.7 /s errors 0.18% p50 214 ms p95 681 ms p99 1.48 s under budget 96.2% FAIL · p99 exceeds 1.20 s SLO
See median and tail behavior instead of trusting an average that hides slow users.
Measure completed operations under controlled concurrency, ramp, duration, and pacing.
Separate timeouts, transport errors, rate limits, invalid output, and application failures.
Express the user promise directly and fail when too many tasks miss their budget.
Drive load from versioned MCP contracts and representative scenario distributions.
Detect meaningful latency and reliability movement between releases.
Define concurrency, duration, ramp, pacing, cases, and environment metadata.
Separate startup effects and record the conditions that shape the run.
Collect timings, throughput, outcomes, retries, and classified failures.
Compare SLOs and baselines, then publish machine-readable CI evidence.
prooflane perf --profile release --json perf.json prooflane gate --performance perf.json --github
Make latency, throughput, and reliability part of the same deployment decision.
30-day full-access trial. No credit card required.
Prooflane is beta software. Load-test results depend on environment, network, provider, dataset, and profile conditions and do not guarantee production performance. Use load testing only against systems you own or are authorized to test. Terminal output is illustrative.