Go Benchmark

Go performance benchmarking and pprof profiling specialist. ALWAYS use when writing benchmark functions (testing.B), generating or reading pprof profiles, interpreting flame graphs, finding memory allocation hotspots, comparing implementations with benchstat, or measuring ns/op / B/op / allocs/op. In Go code contexts, also trigger when the user says "it's slow", "too many allocations", "find the bottleneck", or "profile this Go code".

johnqtcg Updated

File contents

johnqtcg/awesome-skills/tree/main/skills/go-benchmark commit bd011ef3eb

Frequently asked questions

npx skillmds@latest add johnqtcg/go-benchmark