super-graph/psql/pprof_mem.sh

3 lines
94 B
Bash
Executable File

#!/bin/sh
go test -bench=. -benchmem -memprofile mem_profile.out
go tool pprof mem_profile.out