Commit bc1e8900 authored by Dave Cheney's avatar Dave Cheney Committed by Rob Pike

misc: update usage message in benchcmp for go tool

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5727052
parent d1e726c5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment