diff options
author | Jakob Unterwurzacher | 2015-09-06 11:54:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-09-06 11:54:50 +0200 |
commit | 0a35d0970e86efbc5ed494395de7b448d3e337d0 (patch) | |
tree | 2c1fbfa766ad1546d45ad3b1b93a11fd6d0665a9 /openssl_benchmark/openssl_benchmark.bash | |
parent | 5f4c9240ca1092b47553fe34b9cc1b7836222b6a (diff) |
Add openssl_benchmark.bash script
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=. |