benchout="benches/$(./describe)"
echo
echo writing "$benchout"
go test -bench . -benchtime 3s -benchmem | tee "$benchout"
echo wrote "$benchout"