We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821b2ac commit 4a4998dCopy full SHA for 4a4998d
benchmarks/build.gradle.kts
@@ -14,4 +14,5 @@ dependencies {
14
jmh {
15
profilers = listOf("gc", "perfnorm")
16
resultFormat = "JSON"
17
+ humanOutputFile = project.file("${project.layout.buildDirectory.asFile.get()}/reports/jmh/human.txt")
18
}
0 commit comments