Bug 55908

Summary: Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 2.10   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2013-12-18 22:40:47 UTC
Current default is Contains which will use a Regexp incurring useless processing.
Using Substring is more performant and seems more suitable in most cases
Comment 1 Philippe Mouawad 2013-12-18 22:44:54 UTC
Date: Wed Dec 18 22:44:11 2013
New Revision: 1552140

URL: http://svn.apache.org/r1552140
Log:
Bug 55908 - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances
Bugzilla Id: 55908

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/AssertionGui.java
    jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:56 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3289