super-graph/psql/pprof_cpu.sh
2019-03-25 00:43:14 -04:00

3 lines
94 B
Bash
Executable File

#!/bin/sh
go test -bench=. -benchmem -cpuprofile cpu_profile.out
go tool pprof cpu_profile.out