vlsi commented on PR #6721: URL: https://github.com/apache/jmeter/pull/6721#issuecomment-4996150380
Thanks for the PR. I think we should take a different approach here. `TestCompiler` already computes each sampler’s controller path while compiling the test tree and stores it in `SamplePackage`. We should expose and reuse that existing information rather than adding a second cache and traversing the tree again on cache misses. -- 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]
