Author: sebb
Date: Sat Nov 14 23:29:15 2009
New Revision: 836293
URL: http://svn.apache.org/viewvc?rev=836293&view=rev
Log:
Bug 47909 - TransactionController should sum the latency
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
jakarta/jmeter/trunk/xdocs/changes.xml
Modified:
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java?rev=836293&r1=836292&r2=836293&view=diff
==============================================================================
---
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
(original)
+++
jakarta/jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
Sat Nov 14 23:29:15 2009
@@ -202,6 +202,7 @@
}
res.setAllThreads(sampleResult.getAllThreads());
res.setGroupThreads(sampleResult.getGroupThreads());
+ res.setLatency(res.getLatency() + sampleResult.getLatency());
}
}
}
Modified: jakarta/jmeter/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/changes.xml?rev=836293&r1=836292&r2=836293&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/changes.xml (original)
+++ jakarta/jmeter/trunk/xdocs/changes.xml Sat Nov 14 23:29:15 2009
@@ -127,6 +127,7 @@
<h3>Controllers</h3>
<ul>
+<li>Bug 47909 - TransactionController should sum the latency</li>
</ul>
<h3>Listeners</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]