diff --git a/cmd/compilebench/main.go b/cmd/compilebench/main.go index 3072a117..8a2e73f0 100644 --- a/cmd/compilebench/main.go +++ b/cmd/compilebench/main.go @@ -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: //