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:
Philippe Mouawad 2013-09-26 21:09:43 +00:00
parent 7715f60b8c
commit f4407e3a57
1 changed files with 2 additions and 0 deletions

View File

@ -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