Priority: medium
Description
The public verify endpoint is the most frequently called endpoint and must perform well under load. Performance tests should establish a baseline and catch regressions.
Acceptance Criteria
- Load test simulates 100 concurrent requests to
GET /v1/verify/:wallet
- P95 response time is under 500ms with caching enabled
- P95 response time is under 2000ms without caching
- Test is implemented with k6 or Artillery
- Results are stored as a CI artifact for comparison
Priority: medium
Description
The public verify endpoint is the most frequently called endpoint and must perform well under load. Performance tests should establish a baseline and catch regressions.
Acceptance Criteria
GET /v1/verify/:wallet