- 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
7 lines
70 B
Plaintext
7 lines
70 B
Plaintext
node_modules
|
|
dist
|
|
.env
|
|
*.log
|
|
.DS_Store
|
|
load-tests/voiceprint/results/
|