aboutsummaryrefslogtreecommitdiff
path: root/bench
blob: d3f2a1fe6a4688cb5b4fb574a51dcbf0fcabe3ab (plain) (blame)
1
2
3
4
5
6
7
8
benchout="benches/$(./describe)"
echo
echo writing "$benchout"
echo
go test -bench . -benchtime 3s -benchmem | tee "$benchout"
echo
echo wrote "$benchout"
echo