super-graph/psql/pprof_cpu.sh

3 lines
94 B
Bash
Raw Normal View History

2019-03-25 05:43:14 +01:00
#!/bin/sh
go test -bench=. -benchmem -cpuprofile cpu_profile.out
go tool pprof cpu_profile.out