aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2016-11-23 21:54:13 +0100
committerJakob Unterwurzacher2016-11-23 21:54:13 +0100
commit25d06fc809a74621fd59a73dd9a43a5ba4f23607 (patch)
tree447904060cad5033272cb00566f7931994f0ed6a
parent6f475da116edb7a86a809a25b6b47c70805ba219 (diff)
Drop "benchmark-synthetic.bash"
This scipt was broken for a long time and not very useful.
-rwxr-xr-xbenchmark-synthetic.bash10
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