Author: rgreig
Date: Wed May 9 08:48:11 2007
New Revision: 536573
URL: http://svn.apache.org/viewvc?view=rev&rev=536573
Log:
Corrected mistaked in test parameters.
Modified:
incubator/qpid/branches/M2/java/perftests/pom.xml
Modified: incubator/qpid/branches/M2/java/perftests/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/qpid/branches/M2/java/perftests/pom.xml?view=diff&rev=536573&r1=536572&r2=536573
==============================================================================
--- incubator/qpid/branches/M2/java/perftests/pom.xml (original)
+++ incubator/qpid/branches/M2/java/perftests/pom.xml Wed May 9 08:48:11 2007
@@ -226,8 +226,8 @@
<TQR-Qpid-3>-n TQR-Qpid-3 -d24H -s[100000]
-c[8] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=true commitBatchSize=100 batchSize=100000 messageSize=256
destinationsCount=1 rate=10000 maxPending=1000000 </TQR-Qpid-3>
<TQR-Qpid-4>-n TQR-Qpid-4 -d24H -s[100000]
-c[8] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=false commitBatchSize=100 batchSize=100000 messageSize=256
destinationsCount=1 rate=10000 maxPending=1000000 </TQR-Qpid-4>
- <TQC-Qpid-1>-n TQC-Qpid-1 -d1M -s[1000]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </TQC-Qpid-1>
- <TQC-Qpid-2>-n TQC-Qpid-2 -d1M -s[1000]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </TQC-Qpid-2>
+ <TQC-Qpid-1>-n TQC-Qpid-1 -d1M -s[1000]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </TQC-Qpid-1>
+ <TQC-Qpid-2>-n TQC-Qpid-2 -d1M -s[1000]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </TQC-Qpid-2>
<TQC-Qpid-7>-n TQC-Qpid-7 -d10M -s[1000]
-c[10] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=1000000 </TQC-Qpid-7>
<TQC-Qpid-8>-n TQC-Qpid-8 -d10M -s[1000]
-c[10] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=1000000 </TQC-Qpid-8>
<TQC-Qpid-11>-n TQC-Qpid-11 -d10M -s[1000]
-c[100] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=100000 </TQC-Qpid-11>
@@ -316,8 +316,8 @@
<PTR-Qpid-3>-n PTR-Qpid-3 -d24H -s[100000]
-c[8] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=true commitBatchSize=100 batchSize=10000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </PTR-Qpid-3>
<PTR-Qpid-4>-n PTR-Qpid-4 -d24H -s[100000]
-c[8] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=false commitBatchSize=100 batchSize=10000 messageSize=256
destinationsCount=1 rate=1000 maxPending=1000000 </PTR-Qpid-4>
- <PTC-Qpid-1>-n PTC-Qpid-1 -d1M -s[100]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=100 maxPending=1000000 </PTC-Qpid-1>
- <PTC-Qpid-2>-n PTC-Qpid-2 -d1M -s[100]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=false pubsub=false
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=100 maxPending=1000000 </PTC-Qpid-2>
+ <PTC-Qpid-1>-n PTC-Qpid-1 -d1M -s[100]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=100 maxPending=1000000 </PTC-Qpid-1>
+ <PTC-Qpid-2>-n PTC-Qpid-2 -d1M -s[100]
-c[1,32],samples=32 -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=1 rate=100 maxPending=1000000 </PTC-Qpid-2>
<PTC-Qpid-7>-n PTC-Qpid-7 -d10M -s[1000]
-c[10] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=1000000 </PTC-Qpid-7>
<PTC-Qpid-8>-n PTC-Qpid-8 -d10M -s[1000]
-c[10] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=false commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=1000000 </PTC-Qpid-8>
<PTC-Qpid-11>-n PTC-Qpid-11 -d10M -s[1000]
-c[100] -o $QPID_WORK/results -t testAsyncPingOk
org.apache.qpid.ping.PingAsyncTestPerf persistent=true pubsub=true
transacted=true commitBatchSize=100 batchSize=1000 messageSize=256
destinationsCount=10 rate=0 maxPending=100000 </PTC-Qpid-11>