Created
January 27, 2020 08:06
-
-
Save savsgio/913a48d5963deceaa102252969162f40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
go test -bench=. -benchmem -memprofile memprofile.out -cpuprofile profile.out | |
go tool pprof -http=":8081" <name>.test profile.out |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment