An open API service indexing awesome lists of open source software.

https://github.com/dlsniper/goperftalk

Initial commit
https://github.com/dlsniper/goperftalk

Last synced: about 1 year ago
JSON representation

Initial commit

Awesome Lists containing this project

README

          

This is a sample repository for demonstrating performance profiling tools of Go.

Requirements:

- Go 1.11+ (preferred)
- hey (or similar tool) ` go get -u github.com/rakyll/hey `

This is mainly based on github.com\ardanlabs\gotraining\topics\go\profiling

License Apache 2.0, as original content.