Skip to content

Commit 776ba42

Browse files
committed
Update README.md
1 parent 4884e9b commit 776ba42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ CGO_LDFLAGS="-L$GOPATH/src/github.com/devsisters/goquic/lib/linux_amd64" go buil
4343
or toy server implementation in Chromium [here](http://www.chromium.org/quic/playing-with-quic)
4444
2. run quicbench for HTTP GET
4545

46-
```$>go run quicbench.go -u http://localhost:80 -k=true -c 50 -r=10 -t 10```
47-
46+
```$>go run quicbench.go -u http://localhost:80 -k=true -c 50 -r=10 -t 10```
4847
3. run quicbench for HTTP POST
4948

50-
```$>go run quicbench.go -u http://localhost:80 -k=true -c 50 -r=10 -t 10 -d /tmp/post```
49+
```$>go run quicbench.go -u http://localhost:80 -k=true -c 50 -r=10 -t 10 -d /tmp/post```
5150

5251

5352
Notes
@@ -76,4 +75,5 @@ Author
7675
================
7776

7877
Originally written by Uri Shamay ([email protected])
78+
7979
QUIC protocol adopted by Brian Sung-Jin Hong ([email protected]) and Joonsung Lee ([email protected])

0 commit comments

Comments
 (0)