[GitHub] jmeter pull request #296: Bug 61078 - Percentile calculation error

2017-05-07 Thread abalanonline
GitHub user abalanonline opened a pull request: https://github.com/apache/jmeter/pull/296 Bug 61078 - Percentile calculation error https://bz.apache.org/bugzilla/show_bug.cgi?id=61078 You can merge this pull request into a Git repository by running: $ git pull https://github.c

[GitHub] jmeter pull request #296: Bug 61078 - Percentile calculation error

2017-05-08 Thread FSchumacher
Github user FSchumacher commented on a diff in the pull request: https://github.com/apache/jmeter/pull/296#discussion_r115304397 --- Diff: src/jorphan/org/apache/jorphan/math/StatCalculator.java --- @@ -162,7 +162,7 @@ public T getPercentPoint(double percent) { }