go-performance

Installation
SKILL.md

Go Performance

Workflow

  1. Identify profile source (file, URL, or generate from tests/server)
  2. Analyze with go tool pprof
  3. 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

Key Commands

Installs
26
GitHub Stars
213
First Seen
Jan 24, 2026
go-performance — caarlos0/dotfiles