How to test performance #2216
-
How to test msquic performance? Is it performance.ps1? What are the parameters ? Can msquic start a client and server to test performance ? I just used cmake build msquic, and test quicsample(server and client). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I've created #2217 to track adding documentation for this. You should be using |
Beta Was this translation helpful? Give feedback.
I've created #2217 to track adding documentation for this. You should be using
secnetperf
(get's built by default). On the server side, simply run without args. On the client side dosecnetperf -test:tput -?
orsecnetperf -test:rps -?
for additional help text.