summaryrefslogtreecommitdiff
path: root/java/perftests
Commit message (Expand)AuthorAgeFilesLines
...
* QPID-4597: Java performance tests now support visualisation of timeseries data.Phil Harvey2013-02-2332-215/+885
* QPID-4533: Java Performance Tests - addressed bug in JdbcSeriesBuilder that c...Phil Harvey2013-02-098-19/+203
* QPID-4533: fixed bug in perftest ResultsDbWriter's default run ID to make it ...Phil Harvey2013-01-302-5/+23
* QPID-4533: Modified perftests to support writing results to a database, and e...Phil Harvey2013-01-3029-172/+1197
* QPID-4517: modify broker log4j configuration to use logger names instead of f...Phil Harvey2013-01-031-1/+1
* NO-JIRA: [Java Broker] Perf Tests - tweak queue drain algorithm to better han...Keith Wall2012-12-272-13/+25
* NO-JIRA: [Java Broker] Added new perf test script to test the varying consume...Keith Wall2012-12-209-98/+377
* QPID-4377: add missing licence headers to various files in the Java treeRobert Gemmell2012-12-112-2/+42
* NO-JIRA: update description to correctly reflect the test behaviourRobert Gemmell2012-12-031-1/+1
* QPID-4338: [Java Perf Tests] Clarify chart titlesKeith Wall2012-11-252-2/+2
* QPID-4338: [Java Performance Charts] Renamed SeriesStokeAndPaintAccessor and ...Keith Wall2012-11-256-26/+28
* 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