Gunnar Morling3 articles

Latest post Towards Continuous Performance Regression Testing

JfrUnit is an extension for JUnit 5 which integrates Flight Recorder into unit tests.

It makes it straightforward to initiate a JFR recording for a given set of event types, execute some test routine, and then assert the JFR events which should have been produced.

Stay tuned for next parts in this series, where we’ll explore how to trace the SQL statements executed by an application using the JMC Agent and assert these query events using JfrUnit.

  • Gunnar Morling
February 25, 2021
1-3 of 3

Subscribe to foojay updates:

https://foojay.io/today/author/gunnarmorling/feed/
Copied to the clipboard