Closed
Description
Build infrastructure to measure performance and load metrics on a continuous basis ensuring that releasing can be done so with high confidence that no performance sensitive scenarios are broken.
We should be able to answer questions such as:
- How many users are supported?
- Latency in various configurations
- How does using redis impact cache performance
- How many users can we handle using various combinations of cache?
- Cache failure rates (telemetry data point), e.g. Redis is know for failures.
- Cache misses (telemetry data point)
and many many more
Findings during the performance and load testing should be turned into new features/bugs and addressed.
Next: More detailed requirements to be defined.