Skip to content

Commit ae760d0

Browse files
committed
Tweaks.
1 parent a0c4c19 commit ae760d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,6 @@ jmh {
5555
threads = 1
5656
timeUnit = "ms"
5757
resultFormat = "TEXT"
58-
resultsFile = file("$projectDir/benchmarks/results-" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss")) + ".txt")
58+
resultsFile = file(
59+
"$projectDir/benchmarks/results-" + LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMdd_HHmmss")) + ".txt")
5960
}

0 commit comments

Comments
 (0)