Codebase list golang-github-tomnomnom-linkheader / 5fb4304f-3a02-4d22-9572-bd8839baf53d/upstream script / profile
5fb4304f-3a02-4d22-9572-bd8839baf53d/upstream

Tree @5fb4304f-3a02-4d22-9572-bd8839baf53d/upstream (Download .tar.gz)

profile @5fb4304f-3a02-4d22-9572-bd8839baf53d/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