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=. diff --git a/benchmark/openssl_test.go b/openssl_benchmark/openssl_test.go similarity index 100% rename from benchmark/openssl_test.go rename to openssl_benchmark/openssl_test.go