Group the display into instant and cumulative sections on a shared grid

This commit is contained in:
flamingcow
2026-07-25 19:48:15 -07:00
parent 7a9567da55
commit 892e855207
2 changed files with 140 additions and 86 deletions
-2
View File
@@ -469,8 +469,6 @@ func run(aName, bName, sizesArg, patArg string,
return fmt.Errorf("display: %w", err)
}
defer disp.close()
disp.config = fmt.Sprintf("%s sizes %s %d streams batch %d crc32c verify",
patterns[patIdx].name, strings.Join(sizeStrs, ","), nStreams, batch)
start := time.Now()
close(startTx)