locustio / locust

Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
25.11k stars 3k forks source link

Fix Incorrectly Updating Stat History #2972

Closed andrewbaldwin44 closed 2 weeks ago

andrewbaldwin44 commented 2 weeks ago

Proposal

  1. Only update stats when a test is running (not before the test starts, not after test stop)
  2. The HTML report should update history only up to the test end time

Fixes #2910