summaryrefslogtreecommitdiff
path: root/java/broker/bin/runAll
diff options
context:
space:
mode:
Diffstat (limited to 'java/broker/bin/runAll')
-rw-r--r--java/broker/bin/runAll18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/broker/bin/runAll b/java/broker/bin/runAll
new file mode 100644
index 0000000000..0d6c6068e6
--- /dev/null
+++ b/java/broker/bin/runAll
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+doRun()
+{
+ class=$1
+ shift
+ echo
+ echo ================================================================================
+ echo Running $class
+ ./run.sh $class "$@"
+}
+
+# parameters are: clients messages iterations
+doRun org.apache.qpid.server.queue.SendPerfTest 10 1000 100
+
+doRun org.apache.qpid.server.queue.QueuePerfTest
+
+doRun org.apache.qpid.server.queue.QueueConcurrentPerfTest