Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 22997424d69dfffcf842ba61b7944127a02d634c
https://github.com/openssl/tools/commit/22997424d69dfffcf842ba61b7944127a02d634c
Author: Alexandr Nedvedicky <[email protected]>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M perf/handshake.c
Log Message:
-----------
perf/handshake.c: Align option handling with the other commands
All performance tools we have are able to accept --terse
optio. The only exception is handhsake which uses -t.
This change makes handshake tool to accept --terse option.
All performance tools report `avcaltime` (avergage call time) when running
in --terse mode. The handsake tool is exception again here.
handshake test reports two values avcaltime and handshakes
per second. This change makes handshake tool to report
avcaltime only when running in --terse mode.
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/tools/pull/204)
To unsubscribe from these emails, change your notification settings at
https://github.com/openssl/tools/settings/notifications