Codebase list golang-github-tomnomnom-linkheader / 4afdc78f-28f2-4fd8-8684-e529cab79dcb/main script / profile
4afdc78f-28f2-4fd8-8684-e529cab79dcb/main

Tree @4afdc78f-28f2-4fd8-8684-e529cab79dcb/main (Download .tar.gz)

profile @4afdc78f-28f2-4fd8-8684-e529cab79dcb/mainraw · history · blame

1
2
3
4
5
6
7
#!/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