Codebase list golang-github-tomnomnom-linkheader / efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream script / profile
efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream

Tree @efeddd6e-a231-4f9a-bc58-c4150b013ac6/upstream (Download .tar.gz)

profile @efeddd6e-a231-4f9a-bc58-c4150b013ac6/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