aboutsummaryrefslogtreecommitdiff
path: root/cmd/benchcmp/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/benchcmp/doc.go')
-rw-r--r--cmd/benchcmp/doc.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/benchcmp/doc.go b/cmd/benchcmp/doc.go
index cfe9801d8..97e8d8ace 100644
--- a/cmd/benchcmp/doc.go
+++ b/cmd/benchcmp/doc.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
/*
-
Deprecated: benchcmp is deprecated in favor of benchstat: golang.org/x/perf/cmd/benchstat
The benchcmp command displays performance changes between benchmarks.
@@ -34,6 +33,5 @@ in a format like this:
benchmark old bytes new bytes delta
BenchmarkConcat 80 48 -40.00%
-
*/
package main // import "golang.org/x/tools/cmd/benchcmp"