mirror of
https://github.com/golang/go
synced 2024-11-11 22:40:22 -07:00
misc: update usage message in benchcmp for go tool
R=golang-dev, r CC=golang-dev https://golang.org/cl/5727052
This commit is contained in:
parent
d1e726c583
commit
bc1e89008d
@ -7,7 +7,7 @@ case "$1" in
|
||||
-*)
|
||||
echo 'usage: benchcmp old.txt new.txt' >&2
|
||||
echo >&2
|
||||
echo 'Each input file should be gotest -bench output.' >&2
|
||||
echo 'Each input file should be go test -test.run=NONE -test.bench=. > [old,new].txt' >&2
|
||||
echo 'Benchcmp compares the first and last for each benchmark.' >&2
|
||||
exit 2
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user