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

agomes 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 642893b  Add default values in user.properties file Useful to have the 
default value and unit without looking at the documentation
     new 64718d4  Merge remote-tracking branch 'origin/master'
642893b is described below

commit 642893b00e9ec0f41ccdae7833922ac2bd20f799
Author: Antonio <[email protected]>
AuthorDate: Sun May 3 23:56:48 2020 +0200

    Add default values in user.properties file
    Useful to have the default value and unit without looking at the 
documentation
---
 bin/user.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/user.properties b/bin/user.properties
index c065393..8ba89f1 100644
--- a/bin/user.properties
+++ b/bin/user.properties
@@ -72,6 +72,7 @@
 #jmeter.reportgenerator.end_date=
 
 # Change this parameter if you want to change the granularity of over time 
graphs.
+# Set to 60000 ms by default
 #jmeter.reportgenerator.overall_granularity=60000
 
 # Change this parameter if you want to change the granularity of Response time 
distribution
@@ -84,9 +85,11 @@
 #jmeter.reportgenerator.sample_filter=
 
 # Change this parameter if you want to override the APDEX satisfaction 
threshold.
+# Set to 500 ms by default
 #jmeter.reportgenerator.apdex_satisfied_threshold=500
 
 # Change this parameter if you want to override the APDEX tolerance threshold.
+# Set to 1500 ms by default
 #jmeter.reportgenerator.apdex_tolerated_threshold=1500
 
 # Indicates which graph series are filtered (regular expression)

Reply via email to