From 3aa1caa08a9813c4635689965b58bd050828f0bf Mon Sep 17 00:00:00 2001 From: Marvin Stenger Date: Thu, 27 Apr 2017 02:35:08 +0200 Subject: [PATCH] cmd/compilebench: update example to use benchcmp instead of benchstat Change-Id: Id59ee04aba4d7c50e3b7c4e0b7e9aa75955640f5 Reviewed-on: https://go-review.googlesource.com/41861 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 e04bd61f..3ab2056c 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 -// benchstat old.txt new.txt +// benchcmp old.txt new.txt // package main