Load Testing
Artillery in CI: GitHub Actions, GitLab, Thresholds, and Fail-Fast Strategies
Running load tests manually before releases is better than not running them. Running them automatically on every pull request is better still. Blocking a merge when performance regresses is the goal. This post covers integrating Artillery into GitHub Actions and GitLab CI, setting thresholds that actually gate deployments, and strategies