etls icon indicating copy to clipboard operation
etls copied to clipboard

Bench with OpenSSL 1.1.0

Open gpongelli opened this issue 9 years ago • 3 comments

Hi Konrad, your benchmark for etls is very interesting!

Could you add Openssl 1.1.0 to that bench ? As you can see, seems that 1.1.0 will not have CRYPTO_*_{un}lock in favor of CRYPTO_THREAD_*_{un}lock .

Thank you!

gpongelli avatar Jul 19 '16 06:07 gpongelli

Compiling with OpenSSL 1.1.0 requires a few changes in the Asio code. I'll be looking into it soon(ish).

kzemek avatar Jul 27 '16 11:07 kzemek

I've done some preliminary benchmarks and it looks like 1.1.0 is on par with BoringSSL. I've also tested with 1.0.2h which seemed to achieve about 66% of their performance (which was a much better result than I anticipated).

I will follow up with more reproducible and longer tests on my main machine, as I'm seeing a high degree of variance in my VM.

kzemek avatar Sep 02 '16 09:09 kzemek

Tank you for the upgrade ;)

Eng. Gabriele Pongelli

gpongelli avatar Sep 05 '16 07:09 gpongelli