From bc4c9900650e2d306432493751f3e84f7b09e8e3 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Tue, 23 Jan 2007 17:08:03 +0000 Subject: (Patch submitted by Rupert Smith) Added the ability to limit the rate at which messages are sent by the ping tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@499083 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/pom.xml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) (limited to 'java/perftests/pom.xml') diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index f32ca70b32..0c0b0ab077 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -35,6 +35,7 @@ .. + perftests.log4j @@ -91,7 +92,7 @@ To generate the scripts do: - mvn uk.co.thebadgerset:junit-toolkit-maven-plugin:scripts + mvn uk.co.thebadgerset:junit-toolkit-maven-plugin:tkscriptgen Then to run the scripts do (after doing assembly:assembly goal): @@ -99,7 +100,7 @@ These scripts can find everything in the 'all test dependencies' jar created by the assembly:assembly goal. --> - + src/ false @@ -224,8 +235,9 @@ **/*.java + - src/ + / false src/main/java -- cgit v1.2.1