Codebase list golang-github-tomnomnom-linkheader / cf186624-9a8a-48d9-8264-06ab90849bc1/upstream script / profile
cf186624-9a8a-48d9-8264-06ab90849bc1/upstream

Tree @cf186624-9a8a-48d9-8264-06ab90849bc1/upstream (Download .tar.gz)

profile @cf186624-9a8a-48d9-8264-06ab90849bc1/upstreamraw · 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