aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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