1
0
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:
Dave Cheney 2012-03-05 10:57:58 +11:00 committed by Rob Pike
parent d1e726c583
commit bc1e89008d

View File

@ -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