diff options
| author | Keith Wall <kwall@apache.org> | 2012-09-21 12:34:44 +0000 |
|---|---|---|
| committer | Keith Wall <kwall@apache.org> | 2012-09-21 12:34:44 +0000 |
| commit | fc62a60d120f829c2a9c3c173fb4e0db3dfba633 (patch) | |
| tree | d364964ed67abf6ffdb7331c42a69203f1533e88 /qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef | |
| parent | 7baf23b894093bcf83fe396b34a37ddf4fd80997 (diff) | |
| download | qpid-python-fc62a60d120f829c2a9c3c173fb4e0db3dfba633.tar.gz | |
QPID-4338: [Java Performance Charts] Added descriptions to all charts; use consistent colours across all charts; use dotted series for baselines
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1388458 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.chartdef | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef index 170a730bdc..90e3c58b9c 100644 --- a/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef +++ b/qpid/java/perftests/etc/chartdefs/1502-Topic-Persistence.chartdef @@ -20,13 +20,18 @@ chartType=BAR chartTitle=Topic transient/durable subscriptions chartSubtitle=1KB messages -xAxisTitle=Durable subscription +chartDescription=1P 10C, auto-ack, message payload 1KB, transient messages on non-durable sub, persistent messages on durable sub + +xAxisTitle=Subscription type (true durable, false non durable) yAxisTitle=Throughput (messages/s) series.1.statement=SELECT isDurableSubscription, throughputMessagesPerS FROM Topic-Persistence WHERE participantName = 'All Consumers' series.1.legend=Current series.1.dir=${csvCurrentDir} +series.1.colourName=blue series.2.statement=SELECT isDurableSubscription, throughputMessagesPerS FROM Topic-Persistence WHERE participantName = 'All Consumers' series.2.legend=Baseline series.2.dir=${csvBaselineDir} +series.2.colourName=dark_red +series.2.stokeWidth=2 |
