mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue