vlsi commented on PR #6476:
URL: https://github.com/apache/jmeter/pull/6476#issuecomment-3126973824

   >since the isEnabled() evaluates the JavaScript/Groovy code everytime?
   
   That is right. However, the default case is that "enabled" is either unset 
or set to `true`, so it should not be as devastating as executing Groovy or 
JavaScript for every sampler execution.
   
   We should probably support case like 
`enabled=${__P(InfluxdbBackendListener.enabled, true)}` so it won't spawn full 
Groovy/JavaScript runtime. I'll add a test so ensure such pattern works.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to