9 lines
160 B
Plaintext
Raw Normal View History

2022-03-10 10:44:48 +01:00
benchout="benches/$(./describe)"
echo
echo writing "$benchout"
echo
go test -bench . -benchtime 3s -benchmem | tee "$benchout"
echo
echo wrote "$benchout"
echo