Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: be7401b0284466b9f10815d5215e01d33771528f
      
https://github.com/jenkinsci/performance-plugin/commit/be7401b0284466b9f10815d5215e01d33771528f
  Author: Michel Marti <m...@objectxp.com>
  Date:   2014-01-10 (Fri, 10 Jan 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/HttpSample.java
    M src/main/java/hudson/plugins/performance/JMeterParser.java
    M src/main/java/hudson/plugins/performance/PerformanceReport.java
    M src/main/java/hudson/plugins/performance/UriReport.java

  Log Message:
  -----------
  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 <m...@objectxp.com>


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to