diff options
author | Jakob Unterwurzacher | 2016-11-23 21:54:13 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-11-23 21:54:13 +0100 |
commit | 25d06fc809a74621fd59a73dd9a43a5ba4f23607 (patch) | |
tree | 447904060cad5033272cb00566f7931994f0ed6a /benchmark-synthetic.bash | |
parent | 6f475da116edb7a86a809a25b6b47c70805ba219 (diff) |
Drop "benchmark-synthetic.bash"
This scipt was broken for a long time and not very useful.
Diffstat (limited to 'benchmark-synthetic.bash')
-rwxr-xr-x | benchmark-synthetic.bash | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmark-synthetic.bash b/benchmark-synthetic.bash deleted file mode 100755 index 8c5c9ce..0000000 --- a/benchmark-synthetic.bash +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Run the synthetic benchmarks that are built into gocryptfs using -# "go test". - -set -eu - -source build.bash - -go test ./tests/integration_tests -bench=. -defaultonly |