Skip to content

Commit b64649e

Browse files
committed
Set report location for jmh
1 parent 98a3fe0 commit b64649e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ jmh {
5757
jmhVersion = '1.37'
5858
includeTests = true
5959
duplicateClassesStrategy = DuplicatesStrategy.WARN
60+
humanOutputFile = project.file("${project.buildDir}/reports/jmh/human.txt") // human-readable output file
61+
resultsFile = project.file("${project.buildDir}/reports/jmh/results.txt") // results file
6062
}
6163

6264
java {

0 commit comments

Comments
 (0)