-
Bug
-
Resolution: Fixed
-
Major
-
None
Used to collect large JMeter test reports, JMeterParser consumes all JVM heap. As UriReport stores individual httpSamples the report is fully loaded in memory, making performance plugin useless for non-trivial performance test suites.
Suggestion : rely on https://wiki.jenkins-ci.org/display/JENKINS/Database+Plugin to store individual performance results, and let database compute aggregates.
- duplicates
-
JENKINS-26975 Performance of the performance plugin
-
- Resolved
-
- is related to
-
JENKINS-9690 Cache jmeter parsing results
-
- Closed
-