go-performance
Installation
SKILL.md
Go Performance
Workflow
- Identify profile source (file, URL, or generate from tests/server)
- Analyze with
go tool pprof - Report findings with actionable recommendations
Quick Reference
| Profile | Test Flag | HTTP Endpoint |
|---|---|---|
| CPU | -cpuprofile |
/debug/pprof/profile |
| Heap | -memprofile |
/debug/pprof/heap |
| Goroutine | - | /debug/pprof/goroutine |