Add an RSA signing performance test
authorMatt Caswell <matt@openssl.org>
Fri, 26 May 2023 14:24:54 +0000 (15:24 +0100)
committerMatt Caswell <matt@openssl.org>
Mon, 29 May 2023 10:56:57 +0000 (11:56 +0100)
commit9ef2b09785f3959fe38a1484ffc9dbf2f0b416f9
tree6a3d7963f7594370f5c702ea0dc5fc37390980f6
parent6f61591b2964469ec808d7699dd75a970212dc8d
Add an RSA signing performance test

Unlike "speed" this performs RSA operations in parallel using threads
(as opposed to the -multi speed option which uses "fork").

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