-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slow Quic tests on Linux #3411
Comments
I don't have this issue on Debian... I suspect this has something to do with the use of openssl 3.x for msquic. libmsquic is not available yet for Debian 12 so I haven't been able to try it out. |
See https://github.com/zeroc-ice/dist-utils/issues/238 for Debian 12. |
There are many reports of serious performance issues with OpenSSL 3, in particular with multithreaded code. See:
If I patch the protocol tests to run with Quic I'm getting all kind of timeouts. A bandaid fix is to reduce the number of workers:
Looks a worker count of 2 provides the "best" performances 😳. |
I'm moving to 0.2. I keep open to see if we can remove #3484 in 0.2. |
On Linux, the Quic tests take more than 30s to complete. They used to complete much faster and they still do on Windows.
I'm seeing this since I switched to Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: