Back to docs
Recipe
Recipe: Load-test plan writer
Generate structured load-test plans from natural-language descriptions of your endpoint, traffic shape, and success criteria.
Inputs
- Target endpoint — URL, method, payload shape
- Traffic profile — ramp-up duration, peak RPS, steady-state window
- Success criteria — p95 latency ceiling, error-rate threshold
Output
A markdown document with phased ramp schedule, assertion table, environment prerequisites, and rollback triggers. Ready to paste into your runbook.
Example prompt
Plan a load test for:
POST /api/checkout
Ramp 0 → 500 RPS over 4 min, hold 8 min
p95 < 200ms, error rate < 0.1%
This recipe pairs with the Recipes index and accepts the same structured-prompt conventions.