super-graph/psql/pprof_cpu.sh

3 lines
94 B
Bash
Executable File

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