Load testing with k6: script with stages (ramp-up/hold/ramp-down), thresholds (p99<500ms, errors<1%), spike test for finding breaking point, k6 in CI with failure on thresholds, soak testing, Locust for Python teams, common bottleneck patterns. Use when verifying performance, finding capacity limits, load testing before launch.
references/k6-script.md — stages config, custom metrics, thresholds, setup function, think timereferences/spike-test.md — sudden VU spike pattern, relaxed thresholds, recovery measurementreferences/ci-integration.md — GitHub Actions k6-action, nightly schedule, threshold exit codesreferences/observing-load.md — pg_stat_statements during test, DB connection monitoring, Grafana REDreferences/threshold-reference.md — p95/p99 targets by endpoint type, error rate budgets by load level