super-graph/psql/pprof_cpu.sh
2019-03-27 00:15:14 -04:00

3 lines
83 B
Bash
Executable File

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