From 1c873bde9fafd7f0ad6f6daa50d7faa215fc5540 Mon Sep 17 00:00:00 2001 From: Robert Greig Date: Thu, 8 Mar 2007 15:28:08 +0000 Subject: (Patch submitted by Rupert Smith) Created distribution zip from all deps jar and generated/hand coded scripts. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@516071 13f79535-47bb-0310-9956-ffa450edef68 --- java/perftests/dist-zip.xml | 27 +++++ java/perftests/distribution/pom.xml | 2 +- java/perftests/pom.xml | 218 ++++++++++++++++++------------------ 3 files changed, 138 insertions(+), 109 deletions(-) create mode 100644 java/perftests/dist-zip.xml (limited to 'java') diff --git a/java/perftests/dist-zip.xml b/java/perftests/dist-zip.xml new file mode 100644 index 0000000000..daaa37fb31 --- /dev/null +++ b/java/perftests/dist-zip.xml @@ -0,0 +1,27 @@ + + + perftests + + zip + tar.gz + + false + + + target + PerformanceTests + + qpid-perftests-${qpid.version}-all-test-deps.jar + *.sh + + + + etc/scripts + PerformanceTests + + *.sh + + + + diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 981ead5cf0..de6497b5b8 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -56,7 +56,7 @@ uk.co.thebadgerset junit-toolkit - 0.6-SNAPSHOT + 0.5 runtime diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index a25b2db9c1..aaa81feba0 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -15,7 +15,7 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. - --> +--> @@ -42,12 +42,12 @@ - junit-toolkit-plugin.snapshots - JUnit Toolkit SNAPSHOT Repository - http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/ - - true - + junit-toolkit-plugin.snapshots + JUnit Toolkit SNAPSHOT Repository + http://junit-toolkit.svn.sourceforge.net/svnroot/junit-toolkit/snapshots/ + + true + @@ -100,129 +100,131 @@ + --> - uk.co.thebadgerset - junit-toolkit-maven-plugin - - - target - ${project.build.finalName}-all-test-deps.jar - - - - log4j.configuration - ${log4j.perftests} - - - amqj.logging.level - warn - - - badger.level - warn - - - amqj.test.logging.level - info - - - - - - -n Ping-Once -s [1] -r 1 -t testPingOk -o . org.apache.qpid.ping.PingTestPerf - -n Ping-Once-Async -s [1] -r 1 -t testAsyncPingOk -o . org.apache.qpid.ping.PingAsyncTestPerf - -n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf - - - -n Ping-Tx -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf transacted=true - -n Ping-Size -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messagesize=512 - -n Ping-Concurrent -s [100] -c [4] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf - -n Ping-Many-Queues -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf destinationscount=4 - -n Ping-Duration -s [100] -d10S -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf - -n Ping-Rate -s [100] -d10S -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf rate=500 - -n Ping-PubSub -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf pubsub=true - - -n Ping-Many-Topics -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf pubsub=true destinationscount=4 - - - -n Ping-Persistent -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true - - - -n Ping-Batch-Logging -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf BatchSize=10 - - - -n Ping-Failover-Before-Send -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailBeforeSend=true - - - -n Ping-Failover-After-Send -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailAfterSend=true - - - -n Ping-Failover-Before-Commit -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailBeforeCommit=true - - - -n Ping-Failover-After-Commit -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailAfterCommit=true - - - - - - - - test - - - + uk.co.thebadgerset + junit-toolkit-maven-plugin + + + target + ${project.build.finalName}-all-test-deps.jar + + + + log4j.configuration + ${log4j.perftests} + + + amqj.logging.level + warn + + + badger.level + warn + + + amqj.test.logging.level + info + + + + + + -n Ping-Once -s [1] -r 1 -t testPingOk -o . org.apache.qpid.ping.PingTestPerf + -n Ping-Once-Async -s [1] -r 1 -t testAsyncPingOk -o . org.apache.qpid.ping.PingAsyncTestPerf + -n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf + + + -n Ping-Tx -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf transacted=true + -n Ping-Size -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf messagesize=512 + -n Ping-Concurrent -s [100] -c [4] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf + -n Ping-Many-Queues -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf destinationscount=4 + -n Ping-Duration -s [100] -d10S -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf + -n Ping-Rate -s [100] -d10S -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf rate=500 + -n Ping-PubSub -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf pubsub=true + + -n Ping-Many-Topics -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf pubsub=true destinationscount=4 + + + -n Ping-Persistent -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf persistent=true + + + -n Ping-Batch-Logging -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf BatchSize=10 + + + -n Ping-Failover-Before-Send -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailBeforeSend=true + + + -n Ping-Failover-After-Send -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailAfterSend=true + + + -n Ping-Failover-Before-Commit -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailBeforeCommit=true + + + -n Ping-Failover-After-Commit -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf CommitBatchSize=10 FailAfterCommit=true + + + + + + + + test + + + + --> - org.apache.maven.plugins - maven-assembly-plugin - 2.2-SNAPSHOT - - - jar-with-dependencies.xml - - target - target/assembly/work - + org.apache.maven.plugins + maven-assembly-plugin + 2.2-SNAPSHOT + + + jar-with-dependencies.xml + dist-zip.xml + + target + target/assembly/work + -- cgit v1.2.1