3 lines
77 B
Plaintext
Executable File
3 lines
77 B
Plaintext
Executable File
go test -cpuprofile=profile.out -bench=$1 &&
|
|
go tool pprof -text profile.out
|