-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response times get graphed as zero before first request is made #1852
Comments
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 17, 2021
Stat history would be charted by the client as a stream of consciousness from the runners until they are stopped. The client will no longer show unquantified stats (represented by the number of requests). Issue: locustio#1852
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 17, 2021
test case test_get_current_response_time_percentile_outside_cache_window verifies incorrect behaviour returning None instead of 0 when time is outside window of cached times. Issue: locustio#1852
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 17, 2021
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 18, 2021
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 18, 2021
Creates dummy placeholders in the stats history to space between the marker and the line data. Issue: locustio#1852
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 18, 2021
…window This prevents the data from being displayed on the UI chart during the response time calculation's indeterminate state. Issue: locustio#1852
obradovichv
added a commit
to obradovichv/locust
that referenced
this issue
Aug 19, 2021
Mark start of first run on the chart once we start the second run. Hook stop/start markers of test runs into update loop of stats. Issue: locustio#1852
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like to not have a line for response times at all until requests have actually been reported (the first part of the line in this screen shot)
Originally posted by @cyberw in #1851 (comment)
The text was updated successfully, but these errors were encountered: