https://bz.apache.org/bugzilla/show_bug.cgi?id=65353
Bug ID: 65353 Summary: Make the used estimator for the percentile on dashboard configurable Product: JMeter Version: Nightly (Please specify date) Hardware: All OS: All Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: felix.schumac...@internetallee.de Target Milestone: JMETER_5.5 Created attachment 37889 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37889&action=edit Make percentile estimator configurable We had quite a lot reports about the difference of the calculated percentiles between the Average Report and the HTML Report (Dashboard). We might get rid of those differences, if we use the R_3 estimator from commons-math (https://commons.apache.org/proper/commons-math/javadocs/api-3.5/org/apache/commons/math3/stat/descriptive/rank/Percentile.EstimationType.html) As some people will probably want to stay on the current (LEGACY estimator) implementation, let us keep that and use a new property (yay) to select the estimator. -- You are receiving this mail because: You are the assignee for the bug.