This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.
from 8ccbfdb Use Gradle 6.0 for Java 13
new 53cd3ce Formatting/whitespace for readability.
new 24e95b4 Use Collections.singletonMap and List, created variables and
use lambdas to aid readability
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../jmeter/gui/action/HtmlReportGenerator.java | 32 +++---
.../jmeter/report/dashboard/ReportGenerator.java | 108 +++++++++------------
.../report/processor/CsvFileSampleSource.java | 22 ++---
.../graph/impl/ActiveThreadsGraphConsumer.java | 52 +++++-----
.../graph/impl/BytesThroughputGraphConsumer.java | 50 +++++-----
.../graph/impl/CodesPerSecondGraphConsumer.java | 22 +++--
.../impl/ConnectTimeOverTimeGraphConsumer.java | 15 ++-
.../processor/graph/impl/CustomGraphConsumer.java | 92 ++++++++----------
.../graph/impl/HitsPerSecondGraphConsumer.java | 14 +--
.../graph/impl/LatencyOverTimeGraphConsumer.java | 14 +--
.../graph/impl/LatencyVSRequestGraphConsumer.java | 27 +++---
.../impl/ResponseCustomGraphGraphConsumer.java | 14 +--
.../ResponseTimeDistributionGraphConsumer.java | 30 +++---
.../impl/ResponseTimeOverTimeGraphConsumer.java | 14 +--
.../impl/ResponseTimePerSampleGraphConsumer.java | 14 ++-
.../impl/ResponseTimePercentilesGraphConsumer.java | 25 ++---
...sponseTimePercentilesOverTimeGraphConsumer.java | 4 -
.../impl/ResponseTimeVSRequestGraphConsumer.java | 26 ++---
...heticResponseTimeDistributionGraphConsumer.java | 67 ++++++-------
.../graph/impl/TimeVSThreadGraphConsumer.java | 25 ++---
.../graph/impl/TotalTPSGraphConsumer.java | 29 +++---
.../impl/TransactionsPerSecondGraphConsumer.java | 30 +++---
.../gui/action/HtmlReportGeneratorSpec.groovy | 14 +--
23 files changed, 337 insertions(+), 403 deletions(-)