mirror of
https://github.com/xtaci/smux.git
synced 2024-04-21 10:51:48 +00:00
add a test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user