From 1e4a294bfc876816e59aea5b0ee06ea6c662abae Mon Sep 17 00:00:00 2001 From: Phil Harvey Date: Fri, 10 May 2013 08:43:43 +0000 Subject: NO-JIRA: fixed SQL query in chartdef - it was returning results from both the auto-ack and the transacted iterations of the perf test git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1480934 13f79535-47bb-0310-9956-ffa450edef68 --- .../timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') diff --git a/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef b/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef index ba01d4b7ad..8f9b4cec9c 100644 --- a/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef +++ b/qpid/java/perftests/etc/chartdefs/timeseries/1011-MultipleProducersAndConsumers-Persistent.chartdef @@ -25,6 +25,6 @@ chartDescription=10 P/Cs, persistent, auto-ack, with message payload 1KB. 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 -- cgit v1.2.1