Skip to content

Recipes

Copy-paste solutions for specific tasks — no explanation, just the answer. For how things work, see Guides.

Recipe What it does
Quick GET test Hit a URL and see latency stats
POST with inline JSON Send a fixed JSON body from the command line
POST with a template Generate unique per-request data from a JSON template
Auth headers & secrets Attach headers without hardcoding secrets
Run from a config file Define the full test in lmn.yaml
CI gate: GitHub Actions Fail your pipeline when performance regresses
CI gate: GitLab CI Same, for GitLab pipelines
Traffic ramp-up Staged virtual users over time
CI artifact output Write JSON results for dashboards and artifact storage
Track error codes in responses Extract and aggregate API error codes from response bodies
Multi-step scenarios Define weighted user flows with multiple endpoints per VU