jmeter icon indicating copy to clipboard operation
jmeter copied to clipboard

HeaderManager instances could be reused across threads

Open asfimport opened this issue 3 years ago • 0 comments

@vlsi (Bug 66269): It is unlikely that HeaderManager would be mutated during test plan execution, so adding NoThreadClone would reduce heap utilization when the test plan uses many HeaderManager elements (e.g. HeaderManager for each HTTP Sampler)

I've submitted the PR and the tests pass with the change: https://github.com/apache/jmeter/pull/727

Severity: normal OS: All

asfimport avatar Sep 20 '22 11:09 asfimport