aboutsummaryrefslogtreecommitdiff
path: root/benchmark-builtin.bash
blob: 145fcfdd15614d71e9aab9b8b9b824635767ca68 (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 ./integration_tests -bench=. -defaultonly