电子书
Go package
文章
-
How to Write Benchmarks in Go : https://dave.cheney.net/2013/06/30/how-to-write-benchmarks-in-go
-
Debugging performance issues in Go programs : https://github.com/golang/go/wiki/Performance
-
Go execution tracer : https://blog.gopheracademy.com/advent-2017/go-execution-tracer/ (see also the The tracer design doc link)
-
A whirlwind tour of Go’s runtime environment variables (see godebug) : https://dave.cheney.net/2015/11/29/a-whirlwind-tour-of-gos-runtime-environment-variables
-
benchstat : https://godoc.org/golang.org/x/perf/cmd/benchstat