JMH Benchmark With Examples

JMH (Java Microbenchmark Harness) is a Java harness library for writing benchmarks on the JVM. In this post, we will learn about JVM benchmark.

January 28, 2020

Naive Benchmarking Framework in Java

In this post, let us build on our previous benchmarking attempt to arrive at a better but still a naive benchmarking framework in Java.

December 16, 2019

Measuring Code Execution Time - The Wrong Way

In this post, I explain the usual way in measuring the execution or running time of code in Java, what is wrong with it and why it shouldn’t be used.

December 10, 2019