tka: keep the CompactionDefaults alongside the other limits #6

Merged
codinget merged 216 commits from upstream/2026-05-18 into main 2026-05-18 21:22:49 +02:00
Showing only changes of commit b74eeda055 - Show all commits
+1 -1
View File
@@ -267,7 +267,7 @@ func main() {
if cached {
lastCol = "(cached)"
} else {
lastCol = fmt.Sprintf("%.3f", testDur.Seconds())
lastCol = fmt.Sprintf("%.3fs", testDur.Seconds())
}
fmt.Printf("%s\t%s\t%v\n", outcome, pkg, lastCol)
}