peer-pad
peer-pad copied to clipboard
e2e load tests: extract performance metrics
Enhance existing e2e load and correctness tests (npm run test:e2e:load) with the following:
- [ ] Extract UI usability metrics:
- [ ] UI event responsiveness (is event loop lag a good proxy for this?)
- [ ] time to sync (the time it takes for all peers to be isync with each other after edits have stopped)
- [ ] Define maximum thresholds above which the performance tests will fail
@jimpick could you take this one?