openssl / perftools

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

this change makes handshake and x509storeissuer command #12

Closed Sashan closed 3 months ago

Sashan commented 3 months ago

line option consistent with other tools.

the consistency here means the thread count is always the last argument.

to run the handshake test one does: ./handshake -t path/to/openssl.src/tests/certs 4

Fixes: 10

t8m commented 3 months ago

Merged with slightly reworded commit message. Thank you.