General
PromptBeginner5 minmarkdownQuality: 24
- [ ] All endpoints tested under baseline
peak
0
Explore
129,898 skills indexed with the new KISS metadata standard.
peak
p95
bottlenecks
retry behavior
throughput
databases
internal paths
missing expiration
memory stable without unbounded growth
or retries without backoff causing retry storms
4xx errors <5% (excluding 401/403)
complex query <500ms (p95)
not swallowed or leaked as 500s
p95 latency > 500ms
data type correctness
memory
capturing p50
spike test (10x sudden increase)
database connection drops
gradually increasing load to find breaking points
identifying N+1 queries
not just what is present.
verify:
not generic advice.