3 lines
92 B
Bash
3 lines
92 B
Bash
|
#!/bin/sh
|
||
|
go test -bench=. -benchmem -memprofile mem.out -run=XXX
|
||
|
go tool pprof -cum mem.out
|