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