diff --git a/cmd/compilebench/main.go b/cmd/compilebench/main.go index e04bd61fe5..3ab2056ca7 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