linkheader/script/profile

8 lines
154 B
Plaintext
Raw Normal View History

2016-06-20 01:20:27 +02:00
#!/bin/sh
set -e
PROJDIR=$(cd `dirname $0`/.. && pwd)
cd ${PROJDIR}
go test -bench . -benchmem -cpuprofile cpu.out
go tool pprof linkheader.test cpu.out