Add a performance test for constructing an SSL and associated BIO objects
authorMatt Caswell <matt@openssl.org>
Wed, 24 May 2023 13:18:24 +0000 (14:18 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:50:46 +0000 (11:50 +0100)
commit9a886099ee969c9ff4070dcf9c40385bf0d131b2
treee0e3a3486fb3739802b1552f7eab77cf115076b0
parentf4a04a226d89ff1dd41c13f0585e396ed2509c37
Add a performance test for constructing an SSL and associated BIO objects

We repeatedly call SSL_new() and BIO_new() (followed by appropriate free
calls), for a specified number of threads.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/tools/pull/148)
perf/Makefile
perf/README
perf/sslnew.c [new file with mode: 0644]