summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-07-18 16:58:39 +0000
committerKeith Wall <kwall@apache.org>2012-07-18 16:58:39 +0000
commitfb4e845bb1b914ebdc2941ad0adcb03fc47d0aeb (patch)
tree53ffa33d7378b830bd27040aca15184a17c1495d /qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
parente4403022647c3df03a9216a8ab8a6ae7a8d121cd (diff)
downloadqpid-python-fb4e845bb1b914ebdc2941ad0adcb03fc47d0aeb.tar.gz
QPID-4143: include baseline data in charts.
Applied patch from Philip Harvey <phil@philharveyonline.com>. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1363017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef')
-rw-r--r--qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef4
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
index aa449f48c9..ce64d14ac4 100644
--- a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
+++ b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
@@ -26,3 +26,7 @@ yAxisTitle=Throughput (KB/s)
series.1.statement=SELECT isDurableSubscription, throughputKbPerS FROM Topic-Persistence WHERE participantName = 'All Consumers'
series.1.legend=Current
series.1.dir=${csvCurrentDir}
+
+series.2.statement=SELECT isDurableSubscription, throughputKbPerS FROM Topic-Persistence WHERE participantName = 'All Consumers'
+series.2.legend=Baseline
+series.2.dir=${csvBaselineDir}