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

  1. The chart tab was not displaying properly if it was the first tab to be viewed after starting a test (e.g. ?tab=chart)
  2. The chart tab would briefly show random timestamps. This can be fixed by setting a min value
  3. Improve the view of the response percentiles graph by starting it at 0
  4. Improve performance slightly by only fetching exceptions and ratios on the respective tabs