KingRabbid commented on code in PR #6510:
URL: https://github.com/apache/jmeter/pull/6510#discussion_r2453424851


##########
src/core/src/main/java/org/apache/jmeter/util/JSR223TestElement.java:
##########
@@ -357,6 +355,8 @@ public void testEnded() {
      */
     @Override
     public void testEnded(String host) {
+        if (COMPILED_SCRIPT_CACHE.estimatedSize() > 0)
+            logger.info("Compiled cache size: {}, stats: {}", 
COMPILED_SCRIPT_CACHE.estimatedSize(), COMPILED_SCRIPT_CACHE.stats());

Review Comment:
   Attaching sample JMX used for trials: 
   
[CCH-trials.zip](https://github.com/user-attachments/files/23062782/CCH-trials.zip)
   I've also updated the Caffeine library to v.3.1.8, latest 3.2.0 seems to 
bring incompatibilities or more changes because of dependencies.



-- 
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