1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:08:36 -06:00

cmd/compilebench: fix package name in comment

Change-Id: Ie5c413fc9f13cf029d8d8a6cae5754838c834395
Reviewed-on: https://go-review.googlesource.com/40170
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2017-04-10 07:05:03 -07:00
parent 5584fb0720
commit 6e29264c4f

View File

@ -9,7 +9,7 @@
// compilebench [options]
//
// It times the compilation of various packages and prints results in
// the format used by package testing (and expected by rsc.io/benchstat).
// the format used by package testing (and expected by golang.org/x/perf/cmd/benchstat).
//
// The options are:
//