From 25d06fc809a74621fd59a73dd9a43a5ba4f23607 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Wed, 23 Nov 2016 21:54:13 +0100 Subject: [PATCH] Drop "benchmark-synthetic.bash" This scipt was broken for a long time and not very useful. --- benchmark-synthetic.bash | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 benchmark-synthetic.bash 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