Performance testing with JMH

The previous post focused on adding new monitoring metrics using the Servo library. Before such a change goes into production it usually is a good idea to measure the performance impact of the library, especially so when it impacts code on the critical path of the application.

Read More