https://github.com/akrylysov/goprofex
Example showing how to profile and optimize Go web applications
https://github.com/akrylysov/goprofex
go golang pprof
Last synced: about 2 months ago
JSON representation
Example showing how to profile and optimize Go web applications
- Host: GitHub
- URL: https://github.com/akrylysov/goprofex
- Owner: akrylysov
- Created: 2017-03-12T23:35:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T00:24:49.000Z (about 8 years ago)
- Last Synced: 2025-02-28T07:53:18.554Z (3 months ago)
- Topics: go, golang, pprof
- Language: Go
- Homepage: http://artem.krylysov.com/blog/2017/03/13/profiling-and-optimizing-go-web-applications/
- Size: 2.93 KB
- Stars: 34
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Profiling and optimizing Go web applications: Example
=====================================================Example showing how to profile and optimize Go web applications.
The initial version is tagged as [v1](https://github.com/akrylysov/goprofex/tree/v1) and the optimized version is tagged as [v2](https://github.com/akrylysov/goprofex/tree/v2).
Here is [the link](https://github.com/akrylysov/goprofex/compare/v1...v2) to compare these two versions.You can find more details at .