Articles, Home

Migration Guide

Additional migration guides coming soon: WildFly to the Payara Platform  Tomcat to the Payara Platform  Get Help With Your Migrati….

Articles, Home

#HOWTO: Java Benchmarking with JMH (Java Microbenchmark Harness)

In one of my previous blog posts, I showed you a simple way to load-test your application with Apache Benchmark. As this solution is suitable for e.g. testing a REST interface, this approach is not the best for benchmarking Java methods directly. Luckily we have a tool for this within the JVM ecosystem: JMH (Java…