We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c4c19 commit ae760d0Copy full SHA for ae760d0
build.gradle.kts
@@ -55,5 +55,6 @@ jmh {
55
threads = 1
56
timeUnit = "ms"
57
resultFormat = "TEXT"
58
- resultsFile = file("$projectDir/benchmarks/results-" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss")) + ".txt")
+ resultsFile = file(
59
+ "$projectDir/benchmarks/results-" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss")) + ".txt")
60
}
0 commit comments