summaryrefslogtreecommitdiff
path: root/socket_factory_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-23 20:34:53 -0500
committerWolfy-J <[email protected]>2018-01-23 20:34:53 -0500
commit1c5eda0154bb41250fc7cf39b93cb9ffeab106f2 (patch)
tree02f0a6e78ad073127477ecc92d23023b88205bfb /socket_factory_test.go
parent561d4f5349e72d8f75b930dd2ecd205f73690e62 (diff)
CS
Diffstat (limited to 'socket_factory_test.go')
-rw-r--r--socket_factory_test.go3
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 {