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

Number of requests lower than expected in web UI #3001

Merged
merged 2 commits into from
Nov 30, 2024

Conversation

andrewbaldwin44
Copy link
Collaborator

Fixes #3000

Issue

The problem here was that was that updating the stats was happening at the same time as the fetch for stat data. So the UI was being updated with stale data, and when the new stat data would come in, the state would be updated immediately, but not the rest of the UI. The solution is to wait for the new stat data to be fetched, then update the entire UI

Screenshots

image
image

@cyberw
Copy link
Collaborator

cyberw commented Nov 30, 2024

Love it. The tests don't tho :)

@cyberw cyberw merged commit 4edad6c into locustio:master Nov 30, 2024
16 of 17 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.

Number of requests lower than expected in web UI
2 participants