From b6d1a163df3764ae6741562027e99e264f80cee9 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 28 Apr 2017 02:52:22 +0000 Subject: [PATCH] Revert "cmd/compilebench: update example to use benchcmp instead of benchstat" This reverts commit 3aa1caa08a9813c4635689965b58bd050828f0bf. Reason for revert: benchstat is preferred to benchcmp Change-Id: I9772eb342fb631a68511986d832bb1444766afdc Reviewed-on: https://go-review.googlesource.com/42027 Reviewed-by: Brad Fitzpatrick --- cmd/compilebench/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/compilebench/main.go b/cmd/compilebench/main.go index 3ab2056ca7..e04bd61fe5 100644 --- a/cmd/compilebench/main.go +++ b/cmd/compilebench/main.go @@ -61,7 +61,7 @@ // // compilebench -count 10 -compile $(toolstash -n compile) >old.txt // compilebench -count 10 >new.txt -// benchcmp old.txt new.txt +// benchstat old.txt new.txt // package main