KingRabbid commented on issue #6309:
URL: https://github.com/apache/jmeter/issues/6309#issuecomment-2220148616
Hi,
OOM aside, why do you need that complicated piece of code? You run a
JSR223PreProcessor so you have full access to Groovy runtime, there's no need
to call the ${__groovy
KingRabbid commented on issue #6288:
URL: https://github.com/apache/jmeter/issues/6288#issuecomment-2220188330
Just an idea: the 1st request is the one that opens a connection to the
server and the connection pool is setup, the URL is cached, etc (I assume you
use HTTPClient4 implementation
bilsch-nice commented on issue #6309:
URL: https://github.com/apache/jmeter/issues/6309#issuecomment-2220504493
> Hi,
>
> OOM aside, why do you need that complicated piece of code? You run a
JSR223PreProcessor so you have full access to Groovy runtime, there's no need
to call the ${_