Draw the counter reset as a labelled rule across the table

This commit is contained in:
flamingcow
2026-07-25 19:31:03 -07:00
parent 269199366d
commit 16416bc1b0
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -461,7 +461,7 @@ func run(aName, bName, sizesArg, patArg string,
d.resetErrors()
}
stats.sinceHeader = 0
fmt.Println(paint("error counts reset", cDim))
fmt.Println(stats.rule("error counts reset"))
case now := <-tick.C:
secs := now.Sub(last).Seconds()
last = now