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

Feature Request: Percentiles #210

Open
kjackey1 opened this issue Apr 25, 2019 · 1 comment
Open

Feature Request: Percentiles #210

kjackey1 opened this issue Apr 25, 2019 · 1 comment

Comments

@kjackey1
Copy link

Given the variability in results from a n-samples run, would it be possible to specify a percentile sample instead of median (since intrinsically median can be skewed by an abundance of high / low sample counts).

Use case would be:

  1. User defines key metric for percentile analysis and desired percentile (Ex: 80% TTI)
  2. Run N samples (preferably 10 or more)
  3. Program determines the specified percentile metric and directs user to the sample closest to the derived value.
@denar90
Copy link
Collaborator

denar90 commented Jun 7, 2019

Sorry for the delay.
Sounds good, but it requires enhancement for the config we already have and some rework on median calculation. We are not breaking anything here so I'm more than ok with it.

Are you interested in adding this one via PR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants