super-graph/psql/pprof_cpu.sh

3 lines
83 B
Bash
Raw Normal View History

2019-03-25 00:43:14 -04:00
#!/bin/sh
2019-03-27 00:15:14 -04:00
go test -bench=. -benchmem -cpuprofile cpu.out
go tool pprof -cum cpu.out