feat(wip): more test reworks

This commit is contained in:
Toby
2023-07-26 16:35:25 -07:00
parent 6172f2ac53
commit 37385f623f
8 changed files with 411 additions and 118 deletions

View File

@@ -241,7 +241,6 @@ func TestClientServerUDPStress(t *testing.T) {
Parallel: 5,
Iterations: 2,
}).Run)
t.Run("2 Sequential 5 Parallel 200x3k", (&udpStressor{
ListenFunc: c.UDP,
ServerAddr: echoAddr,