jmetertea
Results
2
issues of
jmetertea
When creating a primitive array with big size as: `CharArray(99912345)` It produces Exception: `Exception in thread "main" java.lang.OutOfMemoryError: Java heap space` Creates a new array of the specified size, with...
I try to use JSR223 code using bindings parameters (using JMeter): ``` Bindings bindings = engine.createBindings(); final Logger logger = LoggerFactory.getLogger(JSR223_INIT_FILE); bindings.put("log", logger); // $NON-NLS-1$ (this name is fixed) engine.eval(reader,...
help wanted
scripting