Closed ben-manes closed 9 years ago
Can you attach a sample JSON file? I haven't yet run with @Param
.
Here's an example benchmark comparing the concurrent throughput of two cache implementations.
Thanks. Any chance I can also see the source code?
Its a trimmed down version of the results from this GetPutBenchmark.
Great example, thanks.
I assume JMH creates a cartesian set of all @Param
s, is that right?
It's going to take a few days before I have time to look into this.
Yep.
No rush, thanks for the charts.
In a comparison benchmark using
@Param
to parameterize the same benchmark routine, the generated chart labels are all the same. This makes sense as the benchmark names are equal, but the parameters differentiate the results. The chart is unfortunately unreadable due to this issue for this style of benchmarking.