[openssl/tools] 352d32: adjust newraw key to record time like the handshak...
Neil Horman
noreply at github.com
Wed May 1 17:01:52 UTC 2024
Branch: refs/heads/fix-stats
Home: https://github.com/openssl/tools
Commit: 352d322c2ca5530de14f24436b92d550cfde0c77
https://github.com/openssl/tools/commit/352d322c2ca5530de14f24436b92d550cfde0c77
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/newrawkey.c
Log Message:
-----------
adjust newraw key to record time like the handshake test
the handshake test records the average time of each thread running
its test, while other tests record the overall duration, leading to
inconsistencies in how we do measurement.
Bring newrawkey into line with how handshake does it.
Commit: 8a3e7cae16dfe86877c7f9188471e07164812e40
https://github.com/openssl/tools/commit/8a3e7cae16dfe86877c7f9188471e07164812e40
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/pemread.c
Log Message:
-----------
convert pemread to be consistent in its time measurement
like handshake and newrawkey, record times per thread and average them
Commit: 7b5e2edc8bc51970e86dc9125944acdad40c2ae9
https://github.com/openssl/tools/commit/7b5e2edc8bc51970e86dc9125944acdad40c2ae9
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/providerdoall.c
Log Message:
-----------
Convert providerdoall to be consistent in time measurement
Convert it to do the same math the other tests do
Commit: 18ada4f6390ede55dbe4aa45a80899223277ff2f
https://github.com/openssl/tools/commit/18ada4f6390ede55dbe4aa45a80899223277ff2f
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/randbytes.c
Log Message:
-----------
convert randbytes to use consistent time measurements
modify randbytes to measure time the way the other tests do
Commit: a4ccf92b254c5ed51aebe19db12aeaaa5576b077
https://github.com/openssl/tools/commit/a4ccf92b254c5ed51aebe19db12aeaaa5576b077
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/rsasign.c
Log Message:
-----------
make rsasign measure time consistently
Like the other tests, measure time per thread and average those
Commit: 4ca43da6822c3aee640522c526ae515e40893a73
https://github.com/openssl/tools/commit/4ca43da6822c3aee640522c526ae515e40893a73
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/sslnew.c
Log Message:
-----------
convert sslnew to measure time consistently
Make it do the same math the other tests do
Commit: 13fe31415f8a2333b13fd8691ad20156fa2cdbfe
https://github.com/openssl/tools/commit/13fe31415f8a2333b13fd8691ad20156fa2cdbfe
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/x509storeissuer.c
Log Message:
-----------
make x509storeissuer do timekeeping like the other tests
Also, while I'm in here, fix an aliasing issue in threadcount, in which
the main routine had a variable overriding the global one.
Commit: cdd4959a97f99488df9f51cecd30b54d469733a1
https://github.com/openssl/tools/commit/cdd4959a97f99488df9f51cecd30b54d469733a1
Author: Neil Horman <nhorman at openssl.org>
Date: 2024-04-30 (Tue, 30 Apr 2024)
Changed paths:
M perf/newrawkey.c
M perf/pemread.c
M perf/providerdoall.c
M perf/rsasign.c
Log Message:
-----------
fixup! make x509storeissuer do timekeeping like the other tests
Compare: https://github.com/openssl/tools/compare/352d322c2ca5%5E...cdd4959a97f9
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