2015-09-06 11:42:01 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2016-01-23 20:17:34 +01:00
|
|
|
# Run the synthetic benchmarks that are built into gocryptfs using
|
|
|
|
# "go test".
|
|
|
|
|
2015-11-12 21:02:44 +01:00
|
|
|
set -eu
|
2015-09-06 11:42:01 +02:00
|
|
|
|
2015-11-12 21:02:44 +01:00
|
|
|
source build.bash
|
|
|
|
|
2016-06-06 23:57:42 +02:00
|
|
|
go test ./tests/integration_tests -bench=. -defaultonly
|