[openssl/tools] 9a8860: Add a performance test for constructing an SSL and...
Matt Caswell
noreply at github.com
Mon May 29 10:53:01 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 9a886099ee969c9ff4070dcf9c40385bf0d131b2
https://github.com/openssl/tools/commit/9a886099ee969c9ff4070dcf9c40385bf0d131b2
Author: Matt Caswell <matt at openssl.org>
Date: 2023-05-29 (Mon, 29 May 2023)
Changed paths:
M perf/Makefile
M perf/README
A perf/sslnew.c
Log Message:
-----------
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 at openssl.org>
(Merged from https://github.com/openssl/tools/pull/148)
More information about the openssl-commits
mailing list