From 392a810193480f8d3feb96dd51c4a153a06f979c Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 25 Jul 2008 15:03:46 +0000 Subject: Reduce the size of messages in fanout perftest to keep the queues from getting too large. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/qpid.0-10@679827 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/fanout_perftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/fanout_perftest b/cpp/src/tests/fanout_perftest index 602aac25b7..a71a748232 100755 --- a/cpp/src/tests/fanout_perftest +++ b/cpp/src/tests/fanout_perftest @@ -1,2 +1,2 @@ #!/bin/sh -exec `dirname $0`/run_perftest 10000 --mode fanout --npubs 16 --nsubs 16 +exec `dirname $0`/run_perftest 10000 --mode fanout --npubs 16 --nsubs 16 --size 64 -- cgit v1.2.1