Code changed in jenkins
User: Michel Marti
Path:
src/main/java/hudson/plugins/performance/HttpSample.java
src/main/java/hudson/plugins/performance/JMeterParser.java
src/main/java/hudson/plugins/performance/PerformanceReport.java
src/main/java/hudson/plugins/performance/UriReport.java
http://jenkins-ci.org/commit/performance-plugin/be7401b0284466b9f10815d5215e01d33771528f
Log:
Cache preprocessed JMeter Reports (JENKINS-9031)

Instead of parsing all available JTL results upon each request,
we now save the parsed report as a serialized Java object for later
reuse. The file will be next to the JTL file with a '.serialized'
suffix. Additionally the report also gets added to a in-memory cache
with a maximum capacity of 100 reports. This considerably speeds up the
performance trend display.

Signed-off-by: Michel Marti <[email protected]>

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to