Skip to content

Commit

Permalink
misc: update usage message in benchcmp for go tool
Browse files Browse the repository at this point in the history
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5727052
  • Loading branch information
davecheney authored and robpike committed Mar 4, 2012
1 parent d1e726c commit bc1e890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/benchcmp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc1e890

Please sign in to comment.