Codebase list golang-github-tomnomnom-linkheader / fd97a220-acef-4839-a030-4e2eee2f0090/upstream script / profile
fd97a220-acef-4839-a030-4e2eee2f0090/upstream

Tree @fd97a220-acef-4839-a030-4e2eee2f0090/upstream (Download .tar.gz)

profile @fd97a220-acef-4839-a030-4e2eee2f0090/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