3 lines
94 B
Bash
Executable File
3 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
go test -bench=. -benchmem -cpuprofile cpu_profile.out
|
|
go tool pprof cpu_profile.out |