apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.09k stars 2.05k forks source link

Improve performances of Summarizer #5349

Open asfimport opened 4 years ago

asfimport commented 4 years ago

UbikLoadPack support (Bug 64559): Related to https://github.com/apache/jmeter/issues/5348, Summarizer is also a contention point due to the locking in place.

Applying same strategy should fix the problem.

OS: All

asfimport commented 4 years ago

UbikLoadPack support (migrated from Bugzilla): Fixed within https://github.com/apache/jmeter/issues/5348 and PR:

https://github.com/apache/jmeter/pull/603