Could you please implement a method for different Percentile, as sampleTimePercentile90? #182
Replies: 1 comment
-
Hello, thank you for taking the time to ask this. Currently the API already provides a method not only to obtain percentile 99, but also 95 and 90. Check TimeMetricSummary. Is this enough for your use case? If not, can you provide examples where you need more flexibility and other percentiles calculations? Regards |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I just loved the idea to use an assertion to verify the behavior of the test with the use of sampleTimePercentile99.
I'd like to recomend another percentiles be implemented like 90. Or maybe a generic method sampleTimePercentile where we can type the value in parenthesis.
It will be a big help! Usually in my tests I use percentile 90 as reference.
Thanks,
Tatiane
Beta Was this translation helpful? Give feedback.
All reactions