From: Dave Cheney Date: Sun, 4 Mar 2012 23:57:58 +0000 (+1100) Subject: misc: update usage message in benchcmp for go tool X-Git-Tag: weekly.2012-03-04~9 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bc1e89008d84eab2d661c6add8ef12e1dba32c93;p=gostls13.git misc: update usage message in benchcmp for go tool R=golang-dev, r CC=golang-dev https://golang.org/cl/5727052 --- diff --git a/misc/benchcmp b/misc/benchcmp index 24382b2bfd..015e7d2b28 100755 --- a/misc/benchcmp +++ b/misc/benchcmp @@ -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