Mult Port + TCP Calibration (SSH DEAD)

This commit is contained in:
2026-08-17 17:08:57 -03:00
parent 7ea221a99c
commit b997294607
58 changed files with 6033 additions and 497 deletions
+8
View File
@@ -103,3 +103,11 @@ func BenchmarkWriteRequest1MiB(b *testing.B) {
})
}
}
func TestProbeBurstCountSinglePoller(t *testing.T) {
for _, chunk := range []int{0, 1, 1024, 128 * 1024, 512 * 1024, 1024 * 1024} {
if got := ProbeBurstCount(chunk); got != 1 {
t.Fatalf("ProbeBurstCount(%d)=%d, want 1", chunk, got)
}
}
}