Skip to content

Commit

Permalink
Set report location for jmh
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 12, 2025
1 parent 98a3fe0 commit b64649e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jmh {
jmhVersion = '1.37'
includeTests = true
duplicateClassesStrategy = DuplicatesStrategy.WARN
humanOutputFile = project.file("${project.buildDir}/reports/jmh/human.txt") // human-readable output file
resultsFile = project.file("${project.buildDir}/reports/jmh/results.txt") // results file
}

java {
Expand Down

0 comments on commit b64649e

Please sign in to comment.