drain-java icon indicating copy to clipboard operation
drain-java copied to clipboard

Investigate memory usage with JfrUnit

Open bric3 opened this issue 4 years ago • 0 comments

Gunnar Morling started a project there to characteristics using JFR events : https://github.com/gunnarmorling/jfrunit

  repositories {
      jcenter()
+     maven { setUrl("https://jitpack.io") }
  }

  dependencies {
+     testImplementation("com.github.gunnarmorling:jfrunit:main-SNAPSHOT")
  }

bric3 avatar Jan 05 '21 23:01 bric3