From 1b7f61bbf0f1ab5dad2bc380b3890911a1e43f52 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 19 Oct 2011 19:35:49 +0000 Subject: QPID-2920: Changed qpid-cluster-benchmark defaults for more statistically reliable tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-2920-active@1186427 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/qpid-cluster-benchmark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/cpp/src') diff --git a/qpid/cpp/src/tests/qpid-cluster-benchmark b/qpid/cpp/src/tests/qpid-cluster-benchmark index 04fa82287b..4d6eaba223 100755 --- a/qpid/cpp/src/tests/qpid-cluster-benchmark +++ b/qpid/cpp/src/tests/qpid-cluster-benchmark @@ -23,8 +23,8 @@ # Default options MESSAGES="-m 10000" FLOW="--flow-control 100" # Flow control limit on queue depth for latency. -REPEAT="--repeat 5" -QUEUES="-q 4" +REPEAT="--repeat 10" +QUEUES="-q 6" SENDERS="-s 3" RECEIVERS="-r 3" BROKERS= # Local broker -- cgit v1.2.1