From 22378db5ec2dbe00c669710db7ea3708fb12f181 Mon Sep 17 00:00:00 2001 From: Philippe Mouawad Date: Fri, 15 Apr 2016 14:44:17 +0000 Subject: [PATCH] Continue New and Noteworthy git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1739311 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 799d22dda244c4e2e74b3ca9c7e4be2053c2b539 --- xdocs/changes.xml | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 69b1c88d7d..a850566d5a 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -66,11 +66,11 @@ It is based on Jay

New validation feature, in one click run a selection of Thread Groups with 1 user, no pause and 1 iteration
-JSR223 Test Element do not require a Cache Compilation Key anymore, just check cache checkbox - +JSR223 Test Elements do not require a Cache Compilation Key anymore +

Just check Cache compiled script if available checkbox and the elements (Pre-Processor, Post-Processor, Assertions, Listeners...) will pre-compile the script if underlying language supports it and cache the compiled code

Nashorn can now be used as Javascript engine providing better performance and easier usage -To enable it you need to set in user.properties: +To enable
Nashorn, you need to set in user.properties: javascript.use_rhino=false

Nashorn can be used with Java 8 in the following elements: