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 2012/07/08 23:02:58 UTC

svn commit: r1358835 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sun Jul  8 21:02:58 2012
New Revision: 1358835

URL: http://svn.apache.org/viewvc?rev=1358835&view=rev
Log:
Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts
Bugzilla Id: 53520

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

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1358835&r1=1358834&r2=1358835&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Jul  8 21:02:58 2012
@@ -1154,9 +1154,17 @@ Currently the only way to changes these 
 <description>
 <p>
 The JSR223 Sampler allows JSR223 script code to be used to perform a sample.
+JSR223 related elements have a feature that increases highly their performances.
+To benefit from this feature use Script files instead of inlining them. This will make JMeter compile them if this
+feature is available on ScriptEngine and cache them.
+Cache size is controlled by the following jmeter property (jmeter.properties):
+<ul>
+<li>jsr223.compiled_scripts_cache_size=100</li>
+</ul>
 For details, see <complink name="BSF Sampler"/>.
 </p>
 <note>Unlike the BeanShell sampler, the interpreter is not saved between invocations.</note>
+<note></note>
 </description>
 </component>