We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the chart menu the only possible statistics for requests are p95 and p99.
The text was updated successfully, but these errors were encountered:
Hey @orion160, have you seen PERCENTILES_TO_CHART in https://docs.locust.io/en/stable/configuration.html?
PERCENTILES_TO_CHART
You can change which percentiles you would like to see in your locustfile like so:
import locust.stats locust.stats.PERCENTILES_TO_CHART = [0.5, 0.6, 0.7]
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Description
On the chart menu the only possible statistics for requests are p95 and p99.
The text was updated successfully, but these errors were encountered: