Microbenchmarking Java code with JMH
๐ This article was originally posted on my site, MihaiBojin.com. ๐
As a general best practice, it's a good idea to benchmark your code.
JMH, or Java Microbenchmark Harness, is a tool that can be used to analyze the performance of JVM languages.
Si...
mihai.hashnode.dev3 min read