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

            Bug ID: 60278
           Summary: Since 2.13 (and Bugzilla 57514), Aggregate Graph,
                    Summary Report and Aggregate Report lost precision in
                    the Error, Rate and Bandwidth values saved in the
                    saved file csv
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: regression
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

Try to open a aggregate report saved into a file with the Aggregate listener.

With 2.12 :
sampler_label,aggregate_report_count,average,aggregate_report_median,aggregate_report_90%_line,aggregate_report_min,aggregate_report_max,aggregate_report_error%,aggregate_report_rate,aggregate_report_bandwidth
SAMPLER1,204,82434,76089,129444,1159,208015,0.09313725490196079,0.03735365469805521,21.15778783560153

With nightly (and 2.13, 3.0) :
Label,# Samples,Average,Median,90% Line,95% Line,99% Line,Min,Max,Error
%,Throughput,Received KB/sec,Sent KB/sec
SAMPLER1,204,82434,76089,129444,145355,177257,1159,208015,9.31%,.0,21.16,0.00

The %Error value :
0.09313725490196079 --> 9.31% (lost precision)

The Rate value:
0.03735365469805521 --> .0 (lost value!)

The bandwidth value:
21.15778783560153 -->21.16 (lost precision)

The new Sent KB value will probably lost precision too.

The bugzilla https://bz.apache.org/bugzilla/show_bug.cgi?id=57514 are the
source of theses issues, with the FORMATS array inside the SummaryReport.java.

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

Reply via email to