Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 459 Bytes

performance_analysis.md

File metadata and controls

20 lines (17 loc) · 459 Bytes

Performance Analysis

This document describes the performance analysis of the project using pprof.

Allocs profile

go tool pprof http://localhost:8000/debug/pprof/allocs

allocs

Goroutine profile

go tool pprof http://localhost:8000/debug/pprof/goroutine

goroutine

Heap profile

go tool pprof http://localhost:8000/debug/pprof/heap

heap