Replies: 1 comment 7 replies
-
Can you try a release build? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to evaluate the maximum throughput of peer-to-peer transmission. The NIC I'm using is from Mellanox CX-6 series. The port rate is 100Gbps, but the throughput of quic is only around 100kps, for both local and peer-to-peer testing.
I run the local test as follow:
In section 1:
In section 2:
I monitored the CPU usage during the test and the usage is almost zero. In the same scenario, TCP throughput can reach 13G and CPU usage can reach 100%.
I build the repository on Ubuntu18.04.
Beta Was this translation helpful? Give feedback.
All reactions