Bug 55908 - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances
Summary: Response assertion : Change Pattern Matching Rules default to Substring on cr...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.10
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-18 22:40 UTC by Philippe Mouawad
Modified: 2013-12-18 22:44 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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