Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 491 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 491 Bytes

quic-go perf

This is a (partial) implementation of the QUIC Perf Protocol.

Usage

Server

go run cmd/main.go --run-server=true --server-address=0.0.0.0:<server port>

A pprof endpoint is available at port 6060.

Client

go run cmd/main.go --server-address=<server ip>:<server port> --upload-bytes=<N> --download-bytes=<M>

A pprof endpoint is available at port 6061.