Build failed in Jenkins: JMeter Windows #614

2017-05-06 Thread Apache Jenkins Server
See Changes: [pmouawad] Fix doc for building [pmouawad] Add badges Improve formatting [pmouawad] Add badges -- [...truncated 129.95 KB...] [jmeter] Waiting for

[GitHub] jmeter issue #291: Add time shifting function

2017-05-06 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/291 Hello, Regarding format, for maintainability and documentation, using Java8 Duration is better IMO. Regards --- If your project is set up for it, you can reply to this email and have

[GitHub] jmeter issue #295: Fix to 61071

2017-05-06 Thread abalanonline
Github user abalanonline commented on the issue: https://github.com/apache/jmeter/pull/295 There are two methods for calculating percentile: Nearest Rank method and Linear Interpolation Between Closest Ranks method. Median equal to percentile 50 if interpolation method is used.

Build failed in Jenkins: JMeter Windows #613

2017-05-06 Thread Apache Jenkins Server
See Changes: [pmouawad] Bug 61071 : Bug 61071 - Median calculated incorrectly Add Test contributed by Aleksei Balan within PR 295 Add another test showing a bug on getPercentPoint() Bugzilla Id: 61071

Jenkins build is back to normal : JMeter Ubuntu #27

2017-05-06 Thread Apache Jenkins Server
See

Re: Use of https://github.com/HdrHistogram/HdrHistogram

2017-05-06 Thread Antonio Gomes Rodrigues
+1 2017-05-06 15:57 GMT+02:00 Maxime Chassagneux : > +1 : lgtm > > 2017-05-06 15:41 GMT+02:00 Philippe Mouawad >: > > > Hello, > > A user recently reported a bug on StatCalculator class: > > > >-

Re: Use of https://github.com/HdrHistogram/HdrHistogram

2017-05-06 Thread Maxime Chassagneux
+1 : lgtm 2017-05-06 15:41 GMT+02:00 Philippe Mouawad : > Hello, > A user recently reported a bug on StatCalculator class: > >- https://bz.apache.org/bugzilla/show_bug.cgi?id=61071 > > It appears issue is not restrained to Median but concerns percentile >

Use of https://github.com/HdrHistogram/HdrHistogram

2017-05-06 Thread Philippe Mouawad
Hello, A user recently reported a bug on StatCalculator class: - https://bz.apache.org/bugzilla/show_bug.cgi?id=61071 It appears issue is not restrained to Median but concerns percentile computing. Besides, this class has many drawbacks: - It is not tested as much as it should be -