]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a runner script for cryptotest.
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>
Fri, 2 Sep 2016 21:35:32 +0000 (21:35 +0000)
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>
Fri, 2 Sep 2016 21:35:32 +0000 (21:35 +0000)
commit224d0bee950e4448df0d6bc404dd203e074514da
treedcb8956121ba331da068b3db9fa861b780f24dfc
parent387016a57624e225ee841b674035c8cf40dc7c97
Add a runner script for cryptotest.

Althought cryptotest itself has a -z mode to test all algorithms at a variety
of sizes, this script allows us to be more selective.  Threads and buffer sizes
move in powers of two from 1, for threads, and 256 for buffer sizes.

e.g.  cryptorun.sh aes 4 512

Test aes with 1, 2 and 4 processes, and at sizes of 256 and 512 bytes.

Sponsored by: Rubicon Communications, LLC (Netgate)
tools/tools/crypto/cryptorun.sh [new file with mode: 0755]