https://issues.apache.org/bugzilla/show_bug.cgi?id=57576
Bug ID: 57576
Summary: IfController should not use Javascript
Product: JMeter
Version: 2.12
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
By default IfController relies on Javascript to evaluate conditions and uses
for this Rhino.
Performances are bad (really bad).
JDK8 ships with Nashorn which we could use but it would force us to drop JAVA6
and 7 compatibility which is an issue.
So maybe we should instead rely on a more performant engine:
- Groovy
- Jexl2
....
And if Java8 is used use it.
--
You are receiving this mail because:
You are the assignee for the bug.