summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/example/run.sh
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-04-05 16:04:10 +0000
committerRobert Gemmell <robbie@apache.org>2012-04-05 16:04:10 +0000
commiteb58a828676bf1fad33c317f86a909f18cadacbc (patch)
treeaef0634df4867e761ea65792d5e19eacbc029f49 /qpid/java/perftests/example/run.sh
parent347ee6bc0e71ca79d729ccf53c134fbe01289621 (diff)
downloadqpid-python-eb58a828676bf1fad33c317f86a909f18cadacbc.tar.gz
QPID-3936: initial checkin of new testing framework, initially to be used for performance testing but later to be expanded for use with other testing scenarios.
Applied patch from Philip Harvey <phil@philharveyonline.com>, Oleksandr Rudyy <orudyy@gmail.com>, Andrew MacBean <andymacbean@gmail.com>, Keith Wall <kwall@apache.org>, and myself. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/example/run.sh')
-rwxr-xr-xqpid/java/perftests/example/run.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/java/perftests/example/run.sh b/qpid/java/perftests/example/run.sh
new file mode 100755
index 0000000000..0290e0a3b4
--- /dev/null
+++ b/qpid/java/perftests/example/run.sh
@@ -0,0 +1,2 @@
+java -cp ".:${QPID_HOME}/lib/*" -Dqpid.dest_syntax=BURL org.apache.qpid.disttest.ControllerRunner jndi-config=perftests-jndi.properties test-config=$1 distributed=true
+