Benchmarking Object Pools

Last year, I wanted to benchmark different object pool implementations and I started writing a JMH benchmark for Object Pools.

However, it took some time for me to write the Python scripts to visualize the results. Few months ago, I started learning Python and I could finally write Python to scripts to analyze and visualize results from CSV files.

This is a great achievement for me and I could finally publish the results in a medium story: Benchmarking Object Pools.

Comments

Popular posts from this blog

Specifying a custom Event Settings file for Java Flight Recorder

Flame Graphs with Java Flight Recordings

Benchmarking Java Locks with Counters