Author: philharveyonline
Date: Fri May 10 08:43:43 2013
New Revision: 1480934

URL: http://svn.apache.org/r1480934
Log:
NO-JIRA: fixed SQL query in chartdef - it was returning results from both the 
auto-ack and the transacted iterations of the perf test

Modified:
    
qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef

Modified: 
qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef?rev=1480934&r1=1480933&r2=1480934&view=diff
==============================================================================
--- 
qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef
 (original)
+++ 
qpid/trunk/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef
 Fri May 10 08:43:43 2013
@@ -25,6 +25,6 @@ chartDescription=10 P/Cs, persistent, au
 xAxisTitle=Date
 yAxisTitle=Throughput (KB/s)
 
-series.1.statement=SELECT insertedTimestamp, throughputKbPerS FROM RESULTS 
WHERE participantName = 'All' AND testName = 'Varying number of participants: 
10 consumers - 10 producers - PERSISTENT'
+series.1.statement=SELECT insertedTimestamp, throughputKbPerS FROM RESULTS 
WHERE participantName = 'All' AND testName = 'Varying number of participants: 
10 consumers - 10 producers - PERSISTENT' and acknowledgemode=1
 series.1.colourName=red
 series.1.legend=Throughput
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to