diff options
| author | Robert Greig <rgreig@apache.org> | 2007-01-31 11:29:33 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-01-31 11:29:33 +0000 |
| commit | 3835253610d675befdc21ff6943470c94d23f7c8 (patch) | |
| tree | 96448bb78af08ff543d81a19f5f47a7562d4d027 /java/perftests/pom.xml | |
| parent | e7a1e4859a54d9d71f9ad1ad7273d888e175534a (diff) | |
| download | qpid-python-3835253610d675befdc21ff6943470c94d23f7c8.tar.gz | |
(Patch submitted by Rupert Smith)
Added a ping latency test.
Uploaded new junit-toolkit snapshot for self timed tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@501804 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/pom.xml')
| -rw-r--r-- | java/perftests/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 712be2e34a..758678fc84 100644 --- a/java/perftests/pom.xml +++ b/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> |
