veza/veza-backend-api/tests
senke b805ddf9d9 [BE-TEST-014] test: Add performance tests for critical endpoints
- Added comprehensive performance tests for critical endpoints:
  * Health check endpoints (/health, /readyz) - threshold: 10ms
  * Authentication endpoints (login: 100ms, register: 200ms)
  * Track endpoints (list: 50ms, get: 30ms, create: 500ms)
  * Playlist endpoints (list: 50ms, create: 200ms)
  * User endpoints (list: 50ms, get: 30ms)
- Includes both performance tests (measuring response times against thresholds)
- Includes benchmarks using Go benchmark framework
- All tests tagged with performance build tag
- Tests use in-memory SQLite for fast execution
2025-12-25 01:48:38 +01:00
..
integration [BE-API-026] be-api: Implement track quota endpoint validation 2025-12-24 14:45:12 +01:00
performance [BE-TEST-014] test: Add performance tests for critical endpoints 2025-12-25 01:48:38 +01:00
transactions stabilizing veza-backend-api: phase 1 2025-12-16 11:23:49 -05:00
api_routes_integration_test.go stabilizing veza-backend-api: phase 1 2025-12-16 11:23:49 -05:00
verify_auth.sh refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
verify_p0.sh refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
verify_timeout.sh refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00