jzillmann / jmh-visualizer

Visually explore your JMH Benchmarks
https://jmh.morethan.io
GNU Affero General Public License v3.0
294 stars 22 forks source link

Add histogram for sample #7

Closed BrainStone closed 7 years ago

BrainStone commented 7 years ago

When the type is sample data for an histogram is collected. Showing that data would be cool!

jzillmann commented 7 years ago

Hey @BrainStone , do you have any project or example suite where i could check the result and how it looks ?

BrainStone commented 7 years ago

https://github.com/AuraDevelopmentTeam/BungeeChat2/tree/benchmark

jzillmann commented 7 years ago

Hey @BrainStone just deployed version 0.5.1 which shows the 'rawDataHistogram' instead of the 'rawData' when the benchmark mode is 'sample'.

Your posted example in the other ticket had around 1000 datapoints per iteration. Rendering all iterations for all forks turned out very slow, so i cut the histograms to max 2 iterations of max 2 forks.

Let me know how that works for you!