3 lines
93 B
Bash
3 lines
93 B
Bash
|
#!/bin/sh
|
||
|
go test -bench=. -benchmem -cpuprofile cpu.out -run=XXX
|
||
|
go tool pprof -cum cpu.out
|