Files
ivatar/scripts
Oliver Falk 03fa0fb911 Make all performance thresholds configurable for dev environment
- Add --response-threshold and --p95-threshold parameters
- Dev environment now uses relaxed thresholds:
  * Avatar generation: 2500ms (vs 1000ms prod)
  * Response time: 2500ms (vs 1000ms prod)
  * 95th percentile: 5000ms (vs 2000ms prod)
- Fixes CI failures due to dev environment being slower than production
- Production maintains strict performance standards
2025-10-24 11:16:45 +02:00
..