3 lines
92 B
Bash
Raw Permalink Normal View History

2019-03-25 00:43:14 -04:00
#!/bin/sh
2019-05-12 19:27:26 -04:00
go test -bench=. -benchmem -memprofile mem.out -run=XXX
2019-03-27 00:15:14 -04:00
go tool pprof -cum mem.out