
The Rustls project last week posted some new benchmarks looking at the multi-threaded server performance of BoringSSL, OpenSSL, and Rustls atop Debian 12 running on an Ampere Altra Q80-30 processor.
There were some staggering wins for Rustls especially in relation to OpenSSL:
The results are performance per thread, so the flat line is ideal performance as seen with Rustls and BoringSSL up through the 80 physical cores on this ARM64 server processor. OpenSSL meanwhile battles scalability problems.
For those interested see more benchmarks of their OpenSSL vs. BoringSSL vs. Rustls multi-threaded performance comparison on rustls.dev . If interested I have also begun benchmarking Rustls on different CPUs .