aboutsummaryrefslogtreecommitdiff
path: root/benchmark-synthetic.bash
blob: 8c5c9ce1a92d71babe72d03059f025db5772303f (plain)
1
2
3
4
5
6
7
8
9
10
#!/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