Created
November 19, 2021 20:37
-
-
Save davlgd/d6902bae9bd6bfdd6464b437e15425ad to your computer and use it in GitHub Desktop.
OpenSSL Benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openssl speed rsa4096 2>/dev/null | grep 'rsa 4096 bits' | awk '{print "1T : "$6" s/s | "$7" v/s"}' && openssl speed --multi $(nproc) rsa4096 2>/dev/null | grep 'rsa 4096 bits' | awk '{print "nT : "$6" s/s | "$7" v/s"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment