https://issues.apache.org/bugzilla/show_bug.cgi?id=56708
Bug ID: 56708
Summary: Jexl2 doesn't scale with multiple CPU cores
Product: JMeter
Version: Nightly (Please specify date)
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Created attachment 31806
--> https://issues.apache.org/bugzilla/attachment.cgi?id=31806&action=edit
adding threadLocal support
Hello comrades!
I have a problem with big testplan and many If controllers using jexl2 with
complex expressions.
Many threads are locking on JexlEngine. So, JMeter support jdk 1.6+, maybe we
should start to use ThreadLocal?:)
ThreadLocal support in java since 1.6
http://docs.oracle.com/javase/6/docs/api/java/lang/ThreadLocal.html
This simple patch scaleup overall throughput of my test. I think we can commit
it and increase performance of logic controllers:)
What about add similar patches for other functions? It would be nice!
--
You are receiving this mail because:
You are the assignee for the bug.