GitHub user turf00 opened a pull request:

    https://github.com/apache/jmeter/pull/314

    Fix to 61556

    Added clarification in documentation around using Groovy for performance.
    
    + Made clear that when using the __groovy function you should use vars.get 
to fetch variables so that the script can be cached.
    + Made clear in the ifController the performant way of dealing with Groovy.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/turf00/jmeter 61556

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jmeter/pull/314.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #314
    
----
commit 669fa427768485140f9a45a44e99b88280b710ae
Author: Justin McCartney <[email protected]>
Date:   2017-10-04T09:04:01Z

    Fix to 61556
    
    Added clarification in documentation around using Groovy for performance.
    
    + Made clear that when using the __groovy function you should use vars.get 
to fetch variables so that the script can be cached.
    + Made clear in the ifController the performant way of dealing with Groovy.

----


---

Reply via email to