Codebase list golang-github-tomnomnom-linkheader / e4f0333f-eed5-4f0a-93b6-be5288923681/main script / profile
e4f0333f-eed5-4f0a-93b6-be5288923681/main

Tree @e4f0333f-eed5-4f0a-93b6-be5288923681/main (Download .tar.gz)

profile @e4f0333f-eed5-4f0a-93b6-be5288923681/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