diff options
author | Jakob Unterwurzacher | 2015-12-08 13:19:19 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-12-08 13:19:19 +0100 |
commit | c6a6641b58d4bd8fd9e64ad7a653eff9886ee6e2 (patch) | |
tree | 41f69679a578323bc0f247b2e4abfbec191a5b85 /cryptfs/openssl_benchmark.bash | |
parent | 21abf57abbfc6ad818df623f007cac1aa1945682 (diff) |
tests: add encryption benchmarks to cryptfs
Diffstat (limited to 'cryptfs/openssl_benchmark.bash')
-rwxr-xr-x | cryptfs/openssl_benchmark.bash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptfs/openssl_benchmark.bash b/cryptfs/openssl_benchmark.bash new file mode 100755 index 0000000..df29628 --- /dev/null +++ b/cryptfs/openssl_benchmark.bash @@ -0,0 +1,3 @@ +#!/bin/bash + +go test -run NONE -bench BenchmarkEnc |