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

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

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 .