Drop "benchmark-synthetic.bash"

This scipt was broken for a long time and not very useful.
This commit is contained in:
Jakob Unterwurzacher 2016-11-23 21:54:13 +01:00
parent 6f475da116
commit 25d06fc809
1 changed files with 0 additions and 10 deletions

View File

@ -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