go test -cpuprofile=profile.out -bench=$1 &&
go tool pprof -text profile.out
