Skip to content

Instantly share code, notes, and snippets.

@savsgio
Created January 27, 2020 08:06
Show Gist options
  • Save savsgio/913a48d5963deceaa102252969162f40 to your computer and use it in GitHub Desktop.
Save savsgio/913a48d5963deceaa102252969162f40 to your computer and use it in GitHub Desktop.
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