[openssl/tools] 229974: perf/handshake.c: Align option handling with the o...
Sashan
noreply at github.com
Wed Jun 19 09:19:52 UTC 2024
Branch: refs/heads/master
Home: https://github.com/openssl/tools
Commit: 22997424d69dfffcf842ba61b7944127a02d634c
https://github.com/openssl/tools/commit/22997424d69dfffcf842ba61b7944127a02d634c
Author: Alexandr Nedvedicky <sashan at openssl.org>
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 <ppzgs1 at gmail.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(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
More information about the openssl-commits
mailing list