Always color output and fold settled values into constants

This commit is contained in:
flamingcow
2026-07-25 18:20:34 -07:00
parent 29c6ce0b56
commit 3ba68952bb
5 changed files with 29 additions and 79 deletions
-4
View File
@@ -28,7 +28,6 @@ type rxWorker struct {
fd int
batch int
cpu int
verify bool
spec *frameSpec
stats *rxStats
streams []streamState
@@ -79,9 +78,6 @@ func (w *rxWorker) run(done *atomic.Bool) {
}
}
if !w.verify {
continue
}
if p.payLen > len(w.spec.ref) {
w.stats.badLen.Add(1)
continue