Add k6 load test scripts for Voiceprint verification endpoints (FRE-4930)

- k6 script with P99 latency thresholds (enrollment <500ms, verification <250ms, model retrieval <100ms)
- Configurable 500 req/s sustained throughput for 5 minutes
- Mixed workload scenario + individual endpoint scenarios
- GitHub Actions workflow for automated load testing
- Runner script with environment configuration
- JSON result export for CI artifact collection
- .gitignore entry for load test results
This commit is contained in:
Senior Engineer
2026-05-09 07:50:29 -04:00
committed by Michael Freno
parent bce4787802
commit cb5851ec8c
5 changed files with 402 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ dist
.env
*.log
.DS_Store
load-tests/voiceprint/results/