From 4e48e28610f549eda0e052d78c0299777c10f2a2 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Fri, 24 Jun 2016 17:45:00 -0600 Subject: [PATCH] bench: this package also writes results files now --- bench/parse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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