issues
search
locustio
/
locust
Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
25.12k
stars
3k
forks
source link
Web UI - Fix Line Chart
#2935
Closed
andrewbaldwin44
closed
1 month ago
andrewbaldwin44
commented
1 month ago
Proposal
The chart tab was not displaying properly if it was the first tab to be viewed after starting a test (e.g. ?tab=chart)
The chart tab would briefly show random timestamps. This can be fixed by setting a min value
Improve the view of the response percentiles graph by starting it at 0
Improve performance slightly by only fetching exceptions and ratios on the respective tabs
Proposal