summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef')
-rw-r--r--qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
index ce64d14ac4..170a730bdc 100644
--- a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
+++ b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef
@@ -21,12 +21,12 @@ chartType=BAR
chartTitle=Topic transient/durable subscriptions
chartSubtitle=1KB messages
xAxisTitle=Durable subscription
-yAxisTitle=Throughput (KB/s)
+yAxisTitle=Throughput (messages/s)
-series.1.statement=SELECT isDurableSubscription, throughputKbPerS FROM Topic-Persistence WHERE participantName = 'All Consumers'
+series.1.statement=SELECT isDurableSubscription, throughputMessagesPerS 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.statement=SELECT isDurableSubscription, throughputMessagesPerS FROM Topic-Persistence WHERE participantName = 'All Consumers'
series.2.legend=Baseline
series.2.dir=${csvBaselineDir}