mirror of https://github.com/apache/jmeter.git
Fix test failure
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1765878 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: d949809891
This commit is contained in:
parent
cfa25ce646
commit
6ceeafab6d
|
|
@ -33,10 +33,10 @@
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
# Sets the satisfaction threshold for the APDEX calculation (in milliseconds).
|
||||
jmeter.reportgenerator.apdex_satisfied_threshold=500
|
||||
#jmeter.reportgenerator.apdex_satisfied_threshold=500
|
||||
|
||||
# Sets the tolerance threshold for the APDEX calculation (in milliseconds).
|
||||
jmeter.reportgenerator.apdex_tolerated_threshold=1500
|
||||
#jmeter.reportgenerator.apdex_tolerated_threshold=1500
|
||||
|
||||
# Regular Expression which Indicates which samples to keep for graphs and statistics generation.
|
||||
# Empty value means no filtering
|
||||
|
|
|
|||
Loading…
Reference in New Issue