Remove CPU pinning flags that measured slower than the scheduler

This commit is contained in:
flamingcow
2026-07-25 19:24:10 -07:00
parent 32c49ccc4b
commit abb8b81919
4 changed files with 2 additions and 58 deletions
-3
View File
@@ -19,14 +19,11 @@ type txWorker struct {
stream uint16
spec *frameSpec
batch int
cpu int
stats *txStats
startTx <-chan struct{}
}
func (w *txWorker) run(done *atomic.Bool) {
pinTo(w.cpu)
bufs := make([][]byte, w.batch)
for i := range bufs {
bufs[i] = make([]byte, w.spec.maxSize)