Closed jakobbraun closed 3 years ago
See:
JMH seems to be mainly targeting measuring the performance of JAVA code that runs in the VM under test. In this case we measure the performance of SQL query that runs in a different system. So I think just measuring the time is the easier approach here.
Maybe https://github.com/openjdk/jmh could be a good replacement for the custom logger