summaryrefslogtreecommitdiff
path: root/java/perftests/src
Commit message (Expand)AuthorAgeFilesLines
* Moved everything from test to main. Simpler to have a single jar for manifest...Rupert Smith2007-08-025-0/+0
* Extensive refactoring of the distributed test framework.Rupert Smith2007-08-013-12/+182
* Refactored interop tests into general distributed test framework. Moved frame...Rupert Smith2007-07-253-19/+19
* Update fix incorrect license headers.Martin Ritchie2007-07-181-11/+14
* Moved test framework into its own package and cleaned it up.Rupert Smith2007-07-131-15/+15
* Added minimal checkstyle to project reports. Fixed some problems with site ge...Rupert Smith2007-06-211-35/+2
* Various License header updates.Martin Ritchie2007-06-181-0/+21
* Small fix to correct property name.Rupert Smith2007-05-171-10/+14
* Improvements made to max pending message limit code.Robert Greig2007-05-091-36/+58
* Some robustness added to tests by limiting buffered messages.Robert Greig2007-05-081-37/+97
* QPID-466 Changes to FieldTable along with corresponding PropertyValueTest to ...Martin Ritchie2007-05-042-106/+148
* Removed accidental inclusion of copyright notices.Robert Greig2007-05-024-14/+6
* Made the return type of getTestMessage() to a generic type for subclass to ov...Bhupendra Bhusman Bhardwaj2007-04-255-6/+22
* Created new ping client that sends messages only. Usefull for examaning known...Robert Greig2007-04-133-3/+67
* Stopped throwing away exception causes.Robert Greig2007-04-093-5/+6
* Added some ramping up performance tests.Robert Greig2007-04-062-7/+8
* Added a test scriptRobert Greig2007-04-061-6/+35
* Fixed dangling transaction problem by correctly binding queue.Robert Greig2007-04-042-53/+44
* 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-234-521/+455
* 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-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-082-18/+19
* 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-312-7/+328
* (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-3016-3604/+1443
* Updated script details and added guard for trafficlight being null.Martin Ritchie2007-01-262-14/+15
* 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-241-1/+1
* added some constant valuesBhupendra Bhusman Bhardwaj2007-01-242-45/+63
* Changed default BatchSize to 1000.Martin Ritchie2007-01-241-1/+2