You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "Mahes498 (via GitHub)" <gi...@apache.org> on 2023/02/17 14:35:42 UTC

[GitHub] [jmeter] Mahes498 opened a new issue, #5775: is:issue is:open 90% Calcuation Error in HTML Report and Displaying correctly in Aggregate Report

Mahes498 opened a new issue, #5775:
URL: https://github.com/apache/jmeter/issues/5775

   ### Expected behavior
   
   - 90% Calculation Error in HTML Report and Displaying correctly in Aggregate Report
   In aggregate report 90% values are displaying correctly, and In HTML REPORT we are getting different value/in correct value.
   
   I think, while generating HTML report , JMeter counting no of rows as N+1.
   
   
   
   
   
   ### Actual behavior
   
   90% values should be same in Both HTML and Aggregate Report.
   
   ### Steps to reproduce the problem
   
   Do a sample test by adding Aggregate report Listener
   Generate HTML report for the same
   Compare both 90% column values and see the difference
   
   
   
   
   ### JMeter Version
   
   5.5
   
   ### Java Version
   
   _No response_
   
   ### OS Version
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jmeter] FSchumacher commented on issue #5775: is:issue is:open 90% Calcuation Error in HTML Report and Displaying correctly in Aggregate Report

Posted by "FSchumacher (via GitHub)" <gi...@apache.org>.
FSchumacher commented on issue #5775:
URL: https://github.com/apache/jmeter/issues/5775#issuecomment-1436988617

   I think, it has to do with the fact, that the percentile algorithms are not the same. The HTML reporter uses R_3 (from https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/descriptive/rank/Percentile.EstimationType.html ) and the aggregate report in GUI uses LEGACY.
   Patches to make R_3 available in aggregate report are welcome. A (currently auto-closed) PR for such a thing can be found at https://github.com/apache/jmeter/pull/380


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org