Codebase list golang-github-tomnomnom-linkheader / 7200454f-15c7-4489-af86-c43332a26a1e/main script / profile
7200454f-15c7-4489-af86-c43332a26a1e/main

Tree @7200454f-15c7-4489-af86-c43332a26a1e/main (Download .tar.gz)

profile @7200454f-15c7-4489-af86-c43332a26a1e/mainraw · 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