diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-05-09 15:08:56 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-05-09 15:08:56 +0000 |
| commit | b9f5458e54ca28db50c0629e8022cbfeb587d42f (patch) | |
| tree | 3d1627fbb71fabb402a574dd5e02861a3e381ce5 /java/perftests/pom.xml | |
| parent | 0ffd731bce5980d517c2c42a10c0a3d3f22b9636 (diff) | |
| download | qpid-python-b9f5458e54ca28db50c0629e8022cbfeb587d42f.tar.gz | |
Merged revisions 536141-536162,536165-536243 via svnmerge from
https://svn.apache.org/repos/asf/incubator/qpid/branches/M2
........
r536141 | ritchiem | 2007-05-08 10:54:30 +0100 (Tue, 08 May 2007) | 1 line
Added default password file for use with Base64MD5PassswordFilePrincipalDatabase
........
r536243 | rgreig | 2007-05-08 17:31:27 +0100 (Tue, 08 May 2007) | 1 line
Some robustness added to tests by limiting buffered messages.
........
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@536559 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/pom.xml')
| -rw-r--r-- | java/perftests/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/perftests/pom.xml b/java/perftests/pom.xml index 3cae761554..8dc7fab1d0 100644 --- a/java/perftests/pom.xml +++ b/java/perftests/pom.xml @@ -137,7 +137,7 @@ </property> <property> <name>-Xmx</name> - <value>3072m</value> + <value>256m</value> </property> <property> <name>log4j.configuration</name> @@ -161,7 +161,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> + <Ping-Latency>-n Ping-Latency -s [1000] -d 10S -t testPingLatency -o . org.apache.qpid.ping.PingLatencyTestPerf rate=100</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> |
