diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-23 09:39:56 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-23 09:39:56 +0000 |
| commit | 12c8ec5bc9c89993e87e11b626e9d9f88bdd5cdc (patch) | |
| tree | b27f262399914f32d65fa2f16d0eed249420091b /qpid/java/perftests/distribution/src/main | |
| parent | 601fa8a026e7488bbb67e3f809f8255e2e6aeedd (diff) | |
| download | qpid-python-12c8ec5bc9c89993e87e11b626e9d9f88bdd5cdc.tar.gz | |
Added ability to cause failover before/after commit/sends
Added batch size ability.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@498965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/perftests/distribution/src/main')
| -rw-r--r-- | qpid/java/perftests/distribution/src/main/assembly/performance.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/java/perftests/distribution/src/main/assembly/performance.xml b/qpid/java/perftests/distribution/src/main/assembly/performance.xml index 0bf7efa21e..a564261a24 100644 --- a/qpid/java/perftests/distribution/src/main/assembly/performance.xml +++ b/qpid/java/perftests/distribution/src/main/assembly/performance.xml @@ -74,6 +74,13 @@ <include>**/*.log4j</include> </includes> </fileSet> + <fileSet> + <directory>../src/test</directory> + <outputDirectory>qpid-${qpid.version}/src</outputDirectory> + <includes> + <include>**/*.java</include> + </includes> + </fileSet> <!-- Metadata Jar --> <fileSet> |
