mirror of
https://github.com/golang/go
synced 2024-11-05 14:46:11 -07:00
benchcmp: Fix invocation instructions.
`go test` takes -run and -bench; the -test.run and -test.bench flags are only for the test binary itself. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/113390043
This commit is contained in:
parent
562b65fda7
commit
105b764ad0
@ -21,7 +21,7 @@ var (
|
||||
|
||||
const usageFooter = `
|
||||
Each input file should be from:
|
||||
go test -test.run=NONE -test.bench=. > [old,new].txt
|
||||
go test -run=NONE -bench=. > [old,new].txt
|
||||
|
||||
Benchcmp compares old and new for each benchmark.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user