diff options
-rw-r--r-- | socket_factory_test.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/socket_factory_test.go b/socket_factory_test.go index cfcfab3d..c4c9b9d4 100644 --- a/socket_factory_test.go +++ b/socket_factory_test.go @@ -283,9 +283,6 @@ func Test_Unix_Echo(t *testing.T) { assert.Equal(t, "hello", res.String()) } -//todo: test relay timeout -//todo: test dead workers - func Benchmark_Tcp_SpawnWorker_Stop(b *testing.B) { ls, err := net.Listen("tcp", "localhost:9007") if err == nil { |