https://bz.apache.org/bugzilla/show_bug.cgi?id=60278

--- Comment #2 from Milamber <[email protected]> ---

In my opinion, the full value seems better.

In my example, JMeter display 2.2 samples/min for the Rate of SAMPLER1
(calculate from 0.03735365469805521 * 60 to convert seconds to minutes)

If I use 0.037 * 60 that works : 2.2 samples/min, but I use only 0.03 * 60 :
1.8 samples/min.

Another example, if the rate is 0,0001234000 samples/sec, JMeter will display :
0.44 samples/hour (*60*60).
If I use only 0,0001 (rounding), the calculate rate will 0.36 samples/hour...

I not sure what is the good fix. 
a) back to the full value
b) increase the number of numbers after the comma
c) replace rate value in samples/sec to the calculate value of rate (sometimes
per sec, per min or per hour)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to