Skip to content
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

Fix Web UI Chart History #2544

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

andrewbaldwin44
Copy link
Collaborator

Fixes #2540

This bug was introduced when implementing a dynamic way to override any number of percentiles using current_response_time_percentiles in #2509

The issue is that the history gets saved as [{ **history, "current_response_time_percentiles": { **percentiles }}]. In order to build the charts it needs to be [{ **history, **percentiles }]

@cyberw cyberw merged commit dda0838 into locustio:master Jan 11, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

95th percentile line chart does not display correctly on the Response Times (ms) graph
2 participants