]> Cypherpunks repositories - gostls13.git/commit
doc: recommend benchstat for performance commits
authorRhys Hiltner <rhys@justin.tv>
Fri, 31 Aug 2018 03:09:08 +0000 (20:09 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 31 Aug 2018 03:52:31 +0000 (03:52 +0000)
commit677c4acc98fe22a8be14148f61c0c637a34c01d9
tree7587ab8519db0ad4366cc18c51dd9745f9e4aea8
parent7c96f9b527bc3d04eeb0e8d86c8fcf381a5981bb
doc: recommend benchstat for performance commits

The benchstat tool computes statistics about benchmarks, including
whether any differences are statistically significant. Recommend its use
in commit messages of performance-related changes rather than the
simpler benchcmp tool.

Change-Id: I4b35c2d892b48e60c3064489b035774792c19c30
Reviewed-on: https://go-review.googlesource.com/132515
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/contribute.html