]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add a test mode to the speed app
authorMatt Caswell <matt@openssl.org>
Fri, 9 Aug 2024 12:27:11 +0000 (13:27 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 14 Aug 2024 16:21:28 +0000 (18:21 +0200)
commit9309b0b8c778fcdb0e1bd08522f694be1e963eb5
tree0c5be7f9608f2fd2954a2f32a244ec0f9eabdc7a
parentdbe8059edf947f53e899777fda33d99b4776af24
Add a test mode to the speed app

We add a testmode option to the speed app which simply runs 1 iteration of
any speed tests. If anything fails along the way the app returns an error
code.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25153)
apps/speed.c