Bug 54451

Summary: Response Time Graph reports wrong times when the are many samples for same time
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: p.mouawad
Priority: P1    
Version: 2.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Test result

Description Philippe Mouawad 2013-01-19 20:41:34 UTC
Created attachment 29868 [details]
Test result

Reported response times are much higher than real ones
Comment 1 Philippe Mouawad 2013-01-20 14:59:57 UTC
Date: Sun Jan 20 14:59:12 2013
New Revision: 1435860

URL: http://svn.apache.org/viewvc?rev=1435860&view=rev
Log:
Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time

Also fixed OOM in getData() introduced by 54287 (reset of values was not impacted to use Long.MAX_VALUE and Long.MIN_VALUE)
Bugzilla Id: 54451

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/RespTimeGraphVisualizer.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 Philippe Mouawad 2013-01-20 15:00:23 UTC
Note that fix takes Mean value when many values exist for a time.
Comment 3 The ASF infrastructure team 2022-09-24 20:37:52 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3039