mirror of https://github.com/apache/jmeter.git
Add note about HTMLParser and performances
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1526687 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 265eebd24a
This commit is contained in:
parent
7715f60b8c
commit
f4407e3a57
|
|
@ -575,6 +575,8 @@ HTTPResponse.parsers=htmlParser wmlParser
|
|||
|
||||
# Define the HTML parser to be used.
|
||||
# Default parser:
|
||||
# IMPORTANT NOTE: For high load tests, we recommand using RegexpHTMLParser
|
||||
# instead of this default one which is more suited for low to medium load
|
||||
#htmlParser.className=org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser
|
||||
# Other parsers:
|
||||
#htmlParser.className=org.apache.jmeter.protocol.http.parser.JTidyHTMLParser
|
||||
|
|
|
|||
Loading…
Reference in New Issue