You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2018/01/31 20:00:27 UTC

svn commit: r1822825 - /jmeter/trunk/xdocs/usermanual/functions.xml

Author: pmouawad
Date: Wed Jan 31 20:00:27 2018
New Revision: 1822825

URL: http://svn.apache.org/viewvc?rev=1822825&view=rev
Log:
Mention __groovy as better alternative for __BeanShell

Modified:
    jmeter/trunk/xdocs/usermanual/functions.xml

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1822825&r1=1822824&r2=1822825&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Wed Jan 31 20:00:27 2018
@@ -890,6 +890,7 @@ For example:
     <p>
     The BeanShell function evaluates the script passed to it, and returns the result.
 </p>
+<note>For performance it is better to use <a href="#__groovy">__groovy</a> function</note>
 <p>
 <b>For full details on using BeanShell, please see the BeanShell web-site at <a href="http://www.beanshell.org/">http://www.beanshell.org/</a>
 </b>