add a test

This commit is contained in:
xtaci
2016-11-15 13:43:03 +08:00
parent 61f5ae8edd
commit b4a6fb87c6
+1
View File
@@ -91,6 +91,7 @@ func TestSpeed(t *testing.T) {
}
session, _ := Client(cli, nil)
stream, _ := session.OpenStream()
t.Log(stream.LocalAddr(), stream.RemoteAddr())
start := time.Now()
var wg sync.WaitGroup