https://bz.apache.org/bugzilla/show_bug.cgi?id=64380
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Keywords| |FixedInTrunk Status|NEW |RESOLVED CC| |[email protected] | |om --- Comment #1 from Philippe Mouawad <[email protected]> --- This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new 9a8ca62 Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers (#567) 9a8ca62 is described below commit 9a8ca629dec1bf70444161988481399332434173 Author: Keith Mo <[email protected]> AuthorDate: Sun Apr 26 20:55:36 2020 +0800 Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers (#567) * add median field and fix percentiles * fix imports * fix style Contributed by Keith Mo keithmork --- bin/report-template/content/js/dashboard.js.fmkr | 14 ++++--- .../jmeter/report/dashboard/JsonExporter.java | 13 ++++--- .../jmeter/report/dashboard/SamplingStatistic.java | 15 ++++++++ .../processor/StatisticsSummaryConsumer.java | 40 +++++++++++--------- .../report/processor/StatisticsSummaryData.java | 13 ++++++- ...sponseTimePercentilesOverTimeGraphConsumer.java | 43 ++++++++++++++-------- .../java/org/apache/jmeter/util/JMeterUtils.java | 18 +++++++++ .../apache/jmeter/resources/messages.properties | 3 +- .../apache/jmeter/resources/messages_fr.properties | 3 +- ...TimePercentilesOverTimeGraphConsumerSpec.groovy | 3 +- .../apache/jmeter/gui/report/HTMLReportExpect.json | 3 ++ 11 files changed, 118 insertions(+), 50 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
