Currently Summariser uses TC generated SampleResult in its summary computations which can lead to : - Higher throughput number due to TC being taken into account. When nesting is high this increases importantly the numbers - Average response time/ Min and Max are also impacted. So you can from summary detect a deviation in response time if you have a TC that contains every other Samplers. - Error rate is also impacted being more negative I suggest adding a new property "summariser.ignore_transaction_controller_samplers" which defaults to true (mention the change in release notes). Users can set it to false to revert to previous behaviour.
Author: pmouawad Date: Sun Sep 11 20:08:53 2016 New Revision: 1760277 URL: http://svn.apache.org/viewvc?rev=1760277&view=rev Log: Bug 60109 - Summariser : Make it ignore TC generated SampleResult in its summary computations Bugzilla Id: 60109 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/src/core/org/apache/jmeter/reporters/Summariser.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/properties_reference.xml
*** Bug 61139 has been marked as a duplicate of this bug. ***
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4103