You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by ag...@apache.org on 2018/11/09 22:18:37 UTC

svn commit: r1846267 - in /jmeter/trunk: bin/report-template/content/js/dashboard.js.fmkr src/core/org/apache/jmeter/resources/messages.properties

Author: agomes
Date: Fri Nov  9 22:18:37 2018
New Revision: 1846267

URL: http://svn.apache.org/viewvc?rev=1846267&view=rev
Log:
Bug 62894 : Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds : better labels

Modified:
    jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties

Modified: jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr?rev=1846267&r1=1846266&r2=1846267&view=diff
==============================================================================
--- jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr (original)
+++ jmeter/trunk/bin/report-template/content/js/dashboard.js.fmkr Fri Nov  9 22:18:37 2018
@@ -47,7 +47,7 @@ function summaryTableHeader(header) {
     cell = document.createElement('th');
     cell.setAttribute("data-sorter", false);
     cell.colSpan = 1;
-    cell.innerHTML = "Throughput (Trans or Req/s)";
+    cell.innerHTML = "Throughput";
     newRow.appendChild(cell);
 
     cell = document.createElement('th');

Modified: jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties?rev=1846267&r1=1846266&r2=1846267&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties Fri Nov  9 22:18:37 2018
@@ -930,7 +930,7 @@ reportgenerator_summary_statistics_max=M
 reportgenerator_summary_statistics_mean=Average
 reportgenerator_summary_statistics_min=Min
 reportgenerator_summary_statistics_percentile_fmt=%dth pct
-reportgenerator_summary_statistics_throughput=Throughput
+reportgenerator_summary_statistics_throughput=Transactions/s
 reportgenerator_summary_total=Total
 request_data=Request Data
 reset=Reset