DEBSOURCES
Skip Quicknav
sources / golang-github-tomnomnom-linkheader / 0.1.0%2Bgit20180905.02ca582-2 / script / profile
1234567
#!/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