Closed xliu78 closed 4 years ago
Yes, this is actually the default behaviour: the client prints out the speed of the transfer.
I'd recommend testing on 10MB or 50MB files. For example for 10MB:
$ python examples/http3_client.py https://quic.aiortc.org/10000000
2020-04-14 13:42:23,860 INFO quic [e65a965ea6f65209] ALPN negotiated protocol h3-27
2020-04-14 13:42:23,861 INFO client New session ticket received
2020-04-14 13:42:25,509 INFO client Received 10000000 bytes in 1.6 s (48.647 Mbps)
Is there any way to test the throughput by example https_server.py and https_client.py?