Skip to content

Instantly share code, notes, and snippets.

@jeromewu
Last active June 11, 2021 07:17
Show Gist options
  • Save jeromewu/b51e2a6a6c33237572746bbfd4b9e054 to your computer and use it in GitHub Desktop.
Save jeromewu/b51e2a6a6c33237572746bbfd4b9e054 to your computer and use it in GitHub Desktop.
GOMAXPROCS=1 go test -v -bench=. -count=3 -run=none -benchmem | tee bench.txt
# run `go get -u golang.org/x/perf/cmd/benchstat` if benchstat failed
benchstat bench.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment