Re: [I] Suspected memory leak [jmeter]

2024-07-10 Thread via GitHub
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

Re: [I] First HTTP request in Thread Group has twice latency than other HTTP request [jmeter]

2024-07-10 Thread via GitHub
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

Re: [I] Suspected memory leak [jmeter]

2024-07-10 Thread via GitHub
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 ${_