I tried to create benchmarks with JMH and all tutorials i found refer to @GenerateMicroBenchmark
.
But i cannot find it in jmh-core:1.11.3.
If it was removed, what is its replacement and what is the idiomatic way to create benchmarks without that annotation.