https://issues.apache.org/bugzilla/show_bug.cgi?id=56539
--- Comment #3 from sergio <[email protected]> --- (In reply to Philippe Mouawad from comment #2) > Date: Sun Jul 6 14:26:03 2014 > New Revision: 1608206 > > URL: http://svn.apache.org/r1608206 > Log: > Bug 56539 - Mail reader sampler: When Number of messages to retrieve is > superior to 1, Number of samples should only show 1 not the number of > messages retrieved > Bugzilla Id: 56539 > > Modified: > > jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/mail/sampler/ > MailReaderSampler.java > jmeter/trunk/xdocs/changes.xml HI Philippe, IMHO the issue is a little bit more complex. It seems to me that "Aggregate Report" uses the data from each subsample to calculate the statistical result. E.g. if you have 2 subsample, and each subsample takes 100ms to run, one should see 200 ms as average response time, for 10 samples. In Jmeter 2.11, you will find 20 samples with 100 ms response time. HTH -- You are receiving this mail because: You are the assignee for the bug.
