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: incresed constant to enable higher values for 95percentile in the output #533

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

drrtuy
Copy link

@drrtuy drrtuy commented Jul 26, 2024

With the current 1.0.20 there is a limit for 95th percentile output field value, e.g.

Latency (ms):
         min:                                53872.53
         avg:                               172096.73
         max:                               270178.25
         95th percentile:                   100000.00
         sum:                             86048364.29

This patch enables 95th percentile up to 30 minutes however doesn't solve the problem completely b/c the timings values might be arbitrary. The long-term solution would be to pass the value as the binary argument with a reasonable default.

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.

1 participant