Jenkins plugin

Aleksey Shipilev aleksey.shipilev at oracle.com
Mon Aug 25 08:36:58 UTC 2014


Hi again,

On 08/25/2014 10:25 AM, Brian Harris wrote:
> Just sharing what I'm up to. A simple plugin to collect jmh results in the
> workspace and publish an index of them across builds. I plan to run jmh in
> Jenkins on a dedicated slave, then have d3.js consume the index file
> published by the plugin and give some basic trending charts.

Good, I see you are capturing JSON output, which is the intended use
case for JSON dumpers. I think the project lacks the essential info how
to produce the JSON output to be captured by this plugin?

Recorded a link to this project on JMH homepage:
  http://openjdk.java.net/projects/code-tools/jmh/

-Aleksey.




More information about the jmh-dev mailing list