Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 4a36b4bcac979e296302bb5637a35379192aede9
https://github.com/openssl/tools/commit/4a36b4bcac979e296302bb5637a35379192aede9
Author: sashan <[email protected]>
Date: 2024-06-17 (Mon, 17 Jun 2024)
Changed paths:
M perf/pkeyread.c
Log Message:
-----------
perf/pkeyread: Unify command line arguments with other tools
This brings command line arguments of pkeyread tool one step
closer to other perormance tools. The list of changes in this diff
is as follows:
- stop using -v (a.k.a. verbose) and use -t (--terse) to
control output verbosity
- number of thread to use is mandatory argument now
- add usage() function which shows hints when invalid arguments
are passed.
Reviewed-by: Neil Horman <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/tools/pull/202)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/tools/settings/notifications