# Darkwatch Auth Load Test Configuration # Copy to .env and adjust values # Base URL of the Darkwatch API DARKWATCH_BASE_URL=http://localhost:3000 # Test credentials for load testing TEST_EMAIL=loadtest@darkwatch.shieldai TEST_PASSWORD=LoadTest2026! # Test duration (default: 300s = 5 minutes) DURATION=300s # Target requests per second (default: 500) TARGET_RPS=500 # P99 latency thresholds in milliseconds LOGIN_P99_MS=200 LOGOUT_P99_MS=100 REFRESH_P99_MS=150