You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/04/26 13:15:09 UTC

[jmeter] branch master updated (9a8ca62 -> 126abfd)

This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    from 9a8ca62  Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers (#567)
     new 4fe7630  Bug 64380 Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers
     new 126abfd  Fix checkstyle error

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:
 src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl | 2 +-
 xdocs/changes.xml                                                      | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)


[jmeter] 01/02: Bug 64380 Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers

Posted by pm...@apache.org.
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

commit 4fe7630c9a9681f69a5196d2775d7bfc241e4258
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Apr 26 14:59:57 2020 +0200

    Bug 64380 Add a 'Median' field to the dashboard and make the response
    time percentile fields support floating-point numbers
    
    Mention Keith Mo(https://github.com/keithmork) for Bug
---
 xdocs/changes.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index f3c42d6..1cda4ee 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -168,6 +168,7 @@ invalidated when tree selection changes.</p>
 
 <h3>Report / Dashboard</h3>
 <ul>
+  <li><bug>64380</bug>Add a 'Median' field to the dashboard and make the response time percentile fields support floating-point numbers. Contributed by Keith Mo(https://github.com/keithmork)</li>
   <li><bug>64378</bug>HTML report generation should not fail if a plugin has registered a graph and is not more present in classpath, issue a warning instead</li>
 </ul>
 
@@ -290,6 +291,7 @@ invalidated when tree selection changes.</p>
   <li>Liu XP (liu_xp2003 at sina.com)</li>
   <li>anant-93 (https://github.com/anant-93)</li>
   <li>Ori Marko (orimarko at gmail.com)</li>
+  <li>Keith Mo(https://github.com/keithmork)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter.</p>
 <ul>


[jmeter] 02/02: Fix checkstyle error

Posted by pm...@apache.org.
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

commit 126abfdb36e0a46ab41c9a9d6bd646da8e061e9f
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Apr 26 15:14:58 2020 +0200

    Fix checkstyle error
---
 src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl b/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
index 8b6918a..8de6410 100644
--- a/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
+++ b/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
@@ -552,7 +552,7 @@ ul.tree li:last-child {
 <xsl:template match="PreciseThroughputTimer">
 <li>
     <xsl:call-template name="header"/>
-    (throughput:<xsl:value-of select='stringProp[@name="throughput"]'/> samples per 
+    (throughput:<xsl:value-of select='stringProp[@name="throughput"]'/> samples per
     <xsl:value-of select='intProp[@name="throughputPeriod"]'/>sec for test duration:<xsl:value-of select='longProp[@name="duration"]'/>)
     <xsl:call-template name="comment"/>
 </li>