diff --git a/bench/parse.go b/bench/parse.go index 64349b5..1c8a02f 100644 --- a/bench/parse.go +++ b/bench/parse.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package bench reads Go benchmarks results files. +// Package bench reads and writes Go benchmarks results files. // // This format is specified at: // https://github.com/golang/proposal/blob/master/design/14313-benchmark-format.md