How to run benchmarks without aggregation
Toine Hartman
toinehartman at protonmail.com
Wed Jan 19 11:52:39 UTC 2022
I am running some JMH benchmarks and want to process and visualize the results using external tools. For that, I want to have access to the individual benchmark results. However, I am currently using multiple single shot runs, which are then aggregated to an average and error score in my CSV output.
Is there a way to have JMH output each result separately, without performing this kind of aggregation?
Thanks in advance!
Toine
More information about the jmh-dev
mailing list