super-graph/psql/pprof_mem.sh

3 lines
94 B
Bash
Raw Normal View History

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