summaryrefslogtreecommitdiff
path: root/java/perftests
Commit message (Expand)AuthorAgeFilesLines
* Created new ping client that sends messages only. Usefull for examaning known...Robert Greig2007-04-133-3/+67
* Moved bdb tests to bdbstore packageMartin Ritchie2007-04-107-528/+0
* Stopped throwing away exception causes.Robert Greig2007-04-093-5/+6
* Added $@ to allow pass through of command line args to each sub processMartin Ritchie2007-04-096-6/+6
* Fixed commit batch size.Robert Greig2007-04-061-2/+2
* Fixed message sizes.Robert Greig2007-04-061-13/+13
* Added some ramping up performance tests.Robert Greig2007-04-063-17/+20
* Duplicate of BDB-Qpid.shMartin Ritchie2007-04-061-13/+0
* Added a test scriptRobert Greig2007-04-062-6/+48
* removed pauses between batchesMartin Ritchie2007-04-061-24/+24
* Updated case of properties to be true cammelCase and updated tests to run for...Martin Ritchie2007-04-061-138/+138
* Updated case of propertiesMartin Ritchie2007-04-042-12/+12
* Fixed dangling transaction problem by correctly binding queue.Robert Greig2007-04-042-53/+44
* Added CTQ testsMartin Ritchie2007-04-026-0/+6
* Fixed error with passwordfile parameterMartin Ritchie2007-04-025-5/+5
* Added BDB Test scripts and updated pom to contain same tests as were used in ...Martin Ritchie2007-04-0210-13/+854
* Removed excess logging to optimize performance.Robert Greig2007-03-303-24/+58
* Test added for durability of messages under broker failure.Robert Greig2007-03-277-590/+951
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/M2@52179...Bhupendra Bhusman Bhardwaj2007-03-231-0/+7
* QPID-420 (merged from trunk) And r518998:518999 and r520846:520850Bhupendra Bhusman Bhardwaj2007-03-233-8/+39
* Updates to performance tests.Robert Greig2007-03-235-529/+463
* (Patch submitted by Rupert Smith) Created distribution zip from all deps jar ...Robert Greig2007-03-083-109/+138
* QPID-388 : hand merged the changes done in perftesting branch Bhupendra Bhusman Bhardwaj2007-03-055-52/+87
* (Patch submitted by Rupert Smith). java_iop.diffRobert Greig2007-02-281-25/+31
* QPID-382 Bhupendra Bhusman Bhardwaj2007-02-202-36/+52
* QPID-375 : remove assumptions on standard exchanges (amq.direct, amq.topic, e...Robert Godfrey2007-02-164-8/+12
* If there is any error in closing the connection, then also the thread setup s...Bhupendra Bhusman Bhardwaj2007-02-151-3/+5
* (Patch submitted by Rupert Smith) Qpid-360 fixes.Robert Greig2007-02-122-84/+242
* (Submitted by Rupert Smith) JUnit-toolkit 0.5 now available on Maven central ...Robert Greig2007-02-083-30/+19
* (Submitted by Rupert Smith)Robert Greig2007-02-051-2/+2
* Update to performance testing to allow the use of shared destinations. This a...Martin Ritchie2007-02-054-136/+290
* (Submitted by Rupert Smith) Options moved to top of contructor. Were at botto...Robert Greig2007-02-021-12/+16
* (Submitted by Rupert Smith)Robert Greig2007-02-021-3/+3
* (Submitted by Rupert Smith) Robert Greig2007-02-025-77/+145
* QPID-343 Performance test suite doesn't output missing message count on failure.Martin Ritchie2007-02-022-7/+9
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-1/+2
* (Submitted by Rupert Smith) Added comments as a reminder of improvements to b...Robert Greig2007-02-011-4/+25
* virtual host string correctedBhupendra Bhusman Bhardwaj2007-02-012-2/+2
* (Patch submitted by Rupert Smith)Robert Greig2007-01-313-7/+329
* (Submitted by Rupert Smith) Added PingClient.java which was forgotten from la...Robert Greig2007-01-301-0/+90
* (Submitted by Rupert Smith) Ping tests refactored. Unused ping test classes r...Robert Greig2007-01-3031-4255/+1532
* Updated script details and added guard for trafficlight being null.Martin Ritchie2007-01-263-79/+120
* Fixed race condition that would cause duplicate batch data to be logged.Martin Ritchie2007-01-252-27/+30
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-252-75/+191
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-5/+8
* (Submitted by Rupert Smith) Class has been documented.Robert Greig2007-01-251-36/+105
* Refactored to use CountDownLatch as using local count was wrong in multi thre...Martin Ritchie2007-01-251-283/+268
* Race condition fixed fro AsyncTestPerfMartin Ritchie2007-01-252-295/+332
* Changed default MessageSize to 1024Martin Ritchie2007-01-242-82/+94
* added some constant valuesBhupendra Bhusman Bhardwaj2007-01-242-45/+63