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")
}
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") }