SKILL_MD
go-benchmark
by oioio-space
28

Use when writing Go benchmarks or when asked to measure/optimize/improve the performance of a function — establishes correct benchmarks, measures with -benchmem and pprof, optimizes hot paths, and proves the gain (and no regression) with benchstat.

Writing / 写作Safe-ishScanned