diff options
Diffstat (limited to 'openssl_benchmark/openssl_benchmark.bash')
-rwxr-xr-x | openssl_benchmark/openssl_benchmark.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openssl_benchmark/openssl_benchmark.bash b/openssl_benchmark/openssl_benchmark.bash new file mode 100755 index 0000000..b328d24 --- /dev/null +++ b/openssl_benchmark/openssl_benchmark.bash @@ -0,0 +1,5 @@ +#!/bin/bash + +set -eux + +go test -bench=. |