openssl / perftools

Performance testing tools
Apache License 2.0
4 stars 4 forks source link

pkeyread and evp_setpeer don't produce terse output #6

Closed quarckster closed 2 months ago

quarckster commented 2 months ago

Command pkeyread -k x25519 -f der 10 -t produces the following output:

[x25519 der] 787.661400us

The terse output must not contain anything but the number:

787.661400

The same issue has evp_setpeer:

./evp_setpeer -t -k ec256 10
[ec256] 510.388600us