libgocryptfs/benchmark-builtin.bash
Jakob Unterwurzacher e799ae672d Show new benchmark.bash in README
The old benchmark is in benchmark-builtin.bash.

renamed:    benchmarks-builtin.bash -> benchmark-builtin.bash
renamed:    benchmarks-external.bash -> benchmark.bash
2016-01-23 20:18:13 +01:00

11 lines
172 B
Bash
Executable File

#!/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