Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/performance-plugin
  Commit: c2d7a54276ecbc26b5f107360187903383bc268f
      
https://github.com/jenkinsci/performance-plugin/commit/c2d7a54276ecbc26b5f107360187903383bc268f
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    A src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
    A src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
    A src/test/resources/WrkResultsLong.wrk
    A src/test/resources/WrkResultsQuick.wrk
    A src/test/resources/WrkResultsWithLatencyFlag.wrk

  Log Message:
  -----------
  Wrk Summarizer Parser

`wrk` is a utility for load testing a web-service over http/https.
`wrk` is similar in functionality to Apache's `ab` but differs in
that it uses event-notification systems and threads to create a more
realistic load from a single machine (thus eliminating/delaying the
need for master-slave configurations).

A parse was added to parse the output from `wrk` (generally sent to
STDOUT). This output is a summarized format and the parser generates
PerformanceReport(s) similar to how the existing JUnitSummarizerParser
does.

+ Added Summarizer Parser for `wrk`
+ Added test suite for new WrkSummarizerParser class
+ Added wrk output-files for testing (added to src/test/resources)


  Commit: fa7f6c7c3b2f490e2ee7d48e1a6bff28dfa1d918
      
https://github.com/jenkinsci/performance-plugin/commit/fa7f6c7c3b2f490e2ee7d48e1a6bff28dfa1d918
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Updated .gitignore

+ added auto-generated test resources files (*.jtl.serialized)


  Commit: 0fed7579c364ddab89e97685de0e09a5c777d3bc
      
https://github.com/jenkinsci/performance-plugin/commit/0fed7579c364ddab89e97685de0e09a5c777d3bc
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
    M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
    M src/main/resources/index.jelly

  Log Message:
  -----------
  Wrk Summarizer Parser Integration

+ Added DescriptorImpl extension to WrkSummarizerParser
+ Added DataBoundConstructor annotation to WrkSummarizerParser
+ Made cosntructor for WrkSummarizerParser public

+ Cleaned up HTML in report parser help file
+ Added default value for wrk to report parser help file
+ Added note to report parser help file about wrk output report

+ Added wrk to index.jelly's list of supported output formats/plugin
  description


  Commit: 387ed9c6ca98b5271f3473c5b2a5ddccfa6dac95
      
https://github.com/jenkinsci/performance-plugin/commit/387ed9c6ca98b5271f3473c5b2a5ddccfa6dac95
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
    M src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java

  Log Message:
  -----------
  Source Cleanup

Just some re-formatting to make everything consistent


  Commit: 704e71eda94521ba7ade1e3766346b0c9c592077
      
https://github.com/jenkinsci/performance-plugin/commit/704e71eda94521ba7ade1e3766346b0c9c592077
  Author: John Murray <m...@johnmurray.io>
  Date:   2014-02-07 (Fri, 07 Feb 2014)

  Changed paths:
    M src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
    A src/test/resources/WrkResultsWithErrors.wrk

  Log Message:
  -----------
  Added Test for Wrk Parser

+ Added test for parsing wrk files that report error-stats
+ Added wrk test-file to test resources


  Commit: 540350b2879df2b069306d7401184aceb861200c
      
https://github.com/jenkinsci/performance-plugin/commit/540350b2879df2b069306d7401184aceb861200c
  Author: Manuel Carrasco <man...@apache.org>
  Date:   2014-02-08 (Sat, 08 Feb 2014)

  Changed paths:
    M .gitignore
    A src/main/java/hudson/plugins/performance/WrkSummarizerParser.java
    M 
src/main/resources/hudson/plugins/performance/PerformanceReportParser/help-glob.html
    M src/main/resources/index.jelly
    A src/test/java/hudson/plugins/performance/WrkSummarizerParserTest.java
    A src/test/resources/WrkResultsLong.wrk
    A src/test/resources/WrkResultsQuick.wrk
    A src/test/resources/WrkResultsWithErrors.wrk
    A src/test/resources/WrkResultsWithLatencyFlag.wrk

  Log Message:
  -----------
  Merge pull request #26 from JohnMurray/wrk-parser

Fixes JENKINS-21665


Compare: 
https://github.com/jenkinsci/performance-plugin/compare/3b8693a4d697...540350b2879d

-- 
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