diff options
author | Wolfy-J <[email protected]> | 2018-01-23 20:34:53 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 20:34:53 -0500 |
commit | 1c5eda0154bb41250fc7cf39b93cb9ffeab106f2 (patch) | |
tree | 02f0a6e78ad073127477ecc92d23023b88205bfb /socket_factory_test.go | |
parent | 561d4f5349e72d8f75b930dd2ecd205f73690e62 (diff) |
CS
Diffstat (limited to 'socket_factory_test.go')
-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 { |