Skip to content

Commit 4a4998d

Browse files
committed
benchmarks: save output to file
1 parent 821b2ac commit 4a4998d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ dependencies {
1414
jmh {
1515
profilers = listOf("gc", "perfnorm")
1616
resultFormat = "JSON"
17+
humanOutputFile = project.file("${project.layout.buildDirectory.asFile.get()}/reports/jmh/human.txt")
1718
}

0 commit comments

Comments
 (0)