summaryrefslogtreecommitdiff
path: root/benchmark-builtin.bash
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark-builtin.bash')
-rwxr-xr-xbenchmark-builtin.bash10
1 files changed, 0 insertions, 10 deletions
diff --git a/benchmark-builtin.bash b/benchmark-builtin.bash
deleted file mode 100755
index 145fcfd..0000000
--- a/benchmark-builtin.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 ./integration_tests -bench=. -defaultonly