diff options
Diffstat (limited to 'qpid/java/perftests/pom.xml')
| -rw-r--r-- | qpid/java/perftests/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/perftests/pom.xml b/qpid/java/perftests/pom.xml index 712be2e34a..758678fc84 100644 --- a/qpid/java/perftests/pom.xml +++ b/qpid/java/perftests/pom.xml @@ -154,6 +154,7 @@ <!-- Single pings. These can be scaled up by overriding the parameters when calling the test script. --> <Ping-Once>-n Ping-Once -s [1] -r 1 -t testPingOk -o . org.apache.qpid.ping.PingTestPerf</Ping-Once> <Ping-Once-Async>-n Ping-Once-Async -s [1] -r 1 -t testAsyncPingOk -o . org.apache.qpid.ping.PingAsyncTestPerf</Ping-Once-Async> + <Ping-Latency>-n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf</Ping-Latency> <!-- More example Tests. These are examples to exercise all the features of the test harness. Can scale up with option overrides. --> <Ping-Tx>-n Ping-Tx -s [100] -o . -t testAsyncPingOk org.apache.qpid.ping.PingAsyncTestPerf transacted=true</Ping-Tx> |
