Visualizing JMH benchmark results
Johannes Zillmann
jzillmann at googlemail.com
Wed Jun 14 04:09:46 UTC 2017
Hi there,
just had the same questions a few month back and started to write some tools…
The outcome is:
A online visualizer: http://jmh.morethan.io
A gradle report plugin: https://plugins.gradle.org/plugin/io.morethan.jmhreport
Both are still under development, but i find them already pretty useful (They speed up my digestion of the benchmark results, esp. if the benchmark suite was bigger).
Feedback welcome!
cheers
Johannes
PS: Lately somebody pointed out that there is https://nilskp.github.io/jmh-charts/ for several years now. So there was a special tool for that already to the time of the request ;)….
(Doesn’t load in my Safari, but Chrome, etc.. is working fine!).
> On 28 Jun 2014, at 21:15, Behrooz Nobakht <nobeh5 at gmail.com> wrote:
>
> Hi,
>
> Since JMH generates CSV results, there are already various tools that can
> be used for visualization purposes. However, I was wondering what would the
> JMH community/authors recommend from their experience?
>
> Specifically, Aleksey, what do you use for the visualizations in this post?
> http://shipilev.net/blog/2014/nanotrusting-nanotime/
>
> Thanks,
> Behrooz
>
More information about the jmh-dev
mailing list