https://github.com/dlsniper/goperftalk
Initial commit
https://github.com/dlsniper/goperftalk
Last synced: about 1 year ago
JSON representation
Initial commit
- Host: GitHub
- URL: https://github.com/dlsniper/goperftalk
- Owner: dlsniper
- Created: 2018-11-13T02:55:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T02:01:31.000Z (over 7 years ago)
- Last Synced: 2025-04-11T12:04:46.620Z (about 1 year ago)
- Language: Go
- Size: 18.6 KB
- Stars: 10
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.