Go Performance Testing
Design, run, compare, and interpret Go performance evidence using benchmarks, B.Loop, benchstat, pprof, traces, escape analysis, cache locality, false sharing, sync.Pool, GC limits, container CPU behavior, and PGO. Use when investigating Go latency, throughput, CPU, memory, allocations, contention, runtime behavior, performance regressions, or optimization claims.
Gov0.2.0MITgogolangbenchmarksprofilingpprofperformance
Install
npx skills add LVTD-LLC/skills --skill go-performance-testingFrom `SKILL.md`
Optimize only after establishing a representative, repeatable measurement and a specific hypothesis.