From 014bfd8e935b09f42440fd5427cdf9db25dfe865 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 30 Jun 2008 16:35:41 +0000 Subject: This commit is related to QPID-1161. Please refer to the JIRA for complete details. In Summary this contains a simple test kit comprising of perf and soak tests. The focus is on producing a packaged set of tests that can be easily deployed on target environment. For Quick perf report for a particular release, please run perf_report.sh which will show results for 8 common use cases in a tabular format. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672810 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/testkit/build.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 qpid/java/testkit/build.xml (limited to 'qpid/java/testkit/build.xml') diff --git a/qpid/java/testkit/build.xml b/qpid/java/testkit/build.xml new file mode 100644 index 0000000000..94b97d270d --- /dev/null +++ b/qpid/java/testkit/build.xml @@ -0,0 +1,27 @@ + + + + + + + + -- cgit v1.2.1 From 5410ea0c71cc084aa8215604af4080bb6b534fb2 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Wed, 11 Nov 2009 00:17:29 +0000 Subject: Added the LatencyTest and PerfTest kit under the tools modules alongside QpidBench. Modified the testkit build.xml to add tools as build dependency as some of the classes in testkit will be using MessageFactory git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@834722 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/java/testkit/build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java/testkit/build.xml') diff --git a/qpid/java/testkit/build.xml b/qpid/java/testkit/build.xml index 94b97d270d..80a3373379 100644 --- a/qpid/java/testkit/build.xml +++ b/qpid/java/testkit/build.xml @@ -20,7 +20,7 @@ --> - + -- cgit v1.2.1