On 2 March 2013 19:42, Philippe Mouawad <[email protected]> wrote: > Hello, > I was wondering if there is any reason for htmlParser.className default > value being org.apache.jmeter.protocol.http.parser.HtmlParserHTMLParser and > not org.apache.jmeter.protocol.http.parser.RegexpHTMLParser > > It seems to me the latter is much more efficient than the current default > value.
I think one would need to benchmark that to see how much faster it is. > Any objection on changing to > org.apache.jmeter.protocol.http.parser.RegexpHTMLParser The Regex version does not take account of context, so will find references in comment sections. It was intended as a quick and dirty alternative. > -- > Regards. > Philippe
