summaryrefslogtreecommitdiff
path: root/java/perftests
Commit message (Expand)AuthorAgeFilesLines
* QPID-4385: perf test ClientRegistry timeout now only applies to each registra...Alex Rudyy2012-10-232-9/+66
* QPID-4335, QPID-4353: Refactored broker plugins to use simplified ServiceLoad...Robert Gemmell2012-10-124-4/+8
* QPID-4314: Add distributed tests to measure the impact of selectors on consum...Alex Rudyy2012-10-096-0/+409
* NO-JIRA: correct some test descriptions and make it explicit which acknowledg...Robert Gemmell2012-09-2412-9/+15
* QPID-4341: ensure the Topic perftests actually use Topic destinationsRobert Gemmell2012-09-2311-19/+34
* NO-JIRA: move test-only dependency on common into module.test.depends. Clarif...Robert Gemmell2012-09-232-4/+5
* QPID-4311: throw exception if the test config requests a start delay greater ...Robert Gemmell2012-09-212-17/+52
* QPID-4338: [Java Performance Charts] Added descriptions to all charts; use co...Keith Wall2012-09-2130-14/+187
* QPID-4338: Performance tests charting: Support long chart descriptions and al...Keith Wall2012-09-2018-38/+323
* QPID-4310: Display performance test results in messages per secondRobert Gemmell2012-09-2024-50/+169
* NO-JIRA: [Java Performance Tests] Add config to run/chart varying number of p...Keith Wall2012-09-205-154/+218
* QPID-4321: Perf tests should not try to call Message#acknowledge on a produci...Keith Wall2012-09-197-61/+61
* NO-JIRA: [Java Broker] Add performance test script to highlight performance i...Keith Wall2012-09-132-0/+137
* QPID-4275: Java Performance Tests - race condition between closing test consu...Keith Wall2012-09-072-3/+27
* QPID-4143 now producing test-summary.csv to make viewing all the 'all partici...Keith Wall2012-08-2914-77/+346
* QPID-4053: Change performance test qpid queue creator to drain the queue befo...Keith Wall2012-08-235-43/+85
* QPID-4143: [Java Perf Tests] Modified acknowledgement mode graphs to contrast...Keith Wall2012-08-142-9/+11
* QPID-4143: modified perf test visualisation code so that chart-summary.html n...Keith Wall2012-08-142-0/+15
* QPID-4111: add licence header to various filesRobert Gemmell2012-08-126-1/+120
* QPID-4143: topic tests were inadvertently using persistent messages causing m...Keith Wall2012-08-093-0/+3
* QPID-4143: modify perf test framework's queue management to allow non-Qpid im...Keith Wall2012-07-274-10/+73
* QPID-4143: exclude qpid-client and its third party libs from the perftests re...Keith Wall2012-07-202-3/+15
* QPID-4143: include baseline data in charts.Keith Wall2012-07-1824-86/+146
* QPID-4103: Refactor test approach to avoid comparing JSON strings.Keith Wall2012-07-183-135/+45
* QPID-4103: now getting test file paths as URIs instead of URLs so that they s...Keith Wall2012-07-172-3/+3
* QPID-4103: [Java Performance Tests] modified test so that its success is no l...Keith Wall2012-07-175-17/+163
* QPID-4143: tweaked topic test config to introduce a start delay on message pr...Keith Wall2012-07-1712-20/+38
* QPID-4113: no longer caching duration override because it broke inter-test is...Robert Gemmell2012-07-061-9/+9
* QPID-4113: added support for a system property to override all participant du...Robert Gemmell2012-07-062-1/+81
* QPID-4114: add a release-bin target to perftests so we can create a deployabl...Robert Gemmell2012-07-061-0/+9
* QPID-4110: Java Performamce Tests. Cleaning up the subscriptions map at the e...Keith Wall2012-07-061-0/+1
* QPID-3977: tidy up chart generation.Keith Wall2012-07-0541-27721/+80
* QPID-4110 added topic support to performance tests.Keith Wall2012-07-0514-36/+501
* QPID-4105: perf test tidy-up code changes:Keith Wall2012-07-048-45/+70
* QPID-4103: [Java Performance Tests] Allow specifying of test configuration wi...Keith Wall2012-07-0414-53/+1045
* NO-JIRA: Add missing Apache licenses to Java source files; correct positionin...Keith Wall2012-07-022-0/+40
* QPID-4089: Add latency tests into java performance test frameworkKeith Wall2012-07-0242-50/+12574
* QPID-4069: DistributedClientTest.testClientFailsToCreateProducerUsingInvalidS...Keith Wall2012-06-152-9/+11
* QPID-3977: ChartingUtil now generates chart-summary.html file to facilitate c...Keith Wall2012-06-156-5/+196
* QPID-3977: Add support for 3D bar/line charts; XY line charts, chart subtitle...Keith Wall2012-06-1523-100/+777
* QPID-4050: reduced verbosity of logging. Also removed unnecessary imports and...Keith Wall2012-06-1515-18/+19
* QPID-3936: Java Performance Test Framework.Keith Wall2012-05-261-5/+18
* QPID-3936: Java Performance Test Framework - better PSFC supportKeith Wall2012-05-2610-52/+461
* QPID-3994: fix -Doptional=true enabling of the optional bdbstore dependency i...Robert Gemmell2012-05-201-0/+6
* NO-JIRA: reuse the properties from build.deps, remove duplication in build.xm...Robert Gemmell2012-05-151-16/+3
* QPID-3994: add missed dep to the -Doptional=true switchRobert Gemmell2012-05-151-0/+1
* QPID-3994: add ability to specify -Doptional=true to enable all optional modu...Robert Gemmell2012-05-141-0/+1
* QPID-3994: trivial changes to the build.xml files to aid people regenerating ...Robert Gemmell2012-05-131-1/+0
* QPID-3994: move the deps for the optional charting module over to being retri...Robert Gemmell2012-05-121-16/+28
* QPID-3977: Add charting framework for new distributed test tool.Keith Wall2012-04-3038-5437/+5504