From 359d46edc5cf6fbd434305936c1f1e8d6bb25905 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 25 Jul 2008 14:54:44 +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/trunk/qpid@679822 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/fanout_perftest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests') 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