status-go/vendor/github.com/anacrolix/stm/bench

9 lines
160 B
Plaintext
Raw Normal View History

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