super-graph/psql/pprof_mem.sh
2019-05-12 19:27:26 -04:00

3 lines
92 B
Bash
Executable File

#!/bin/sh
go test -bench=. -benchmem -memprofile mem.out -run=XXX
go tool pprof -cum mem.out