mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Make.pkg, doc: Replace references to "-benchmarks" and "-match" with "-test.bench" and "-test.run".
R=r CC=golang-dev https://golang.org/cl/4197041
This commit is contained in:
parent
8e4e11506b
commit
07cc8b9ad2
6 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@
|
|||
//
|
||||
// Functions of the form
|
||||
// func BenchmarkXxx(*testing.B)
|
||||
// are considered benchmarks, and are executed by gotest when the -benchmarks
|
||||
// are considered benchmarks, and are executed by gotest when the -test.bench
|
||||
// flag is provided.
|
||||
//
|
||||
// A sample benchmark function looks like this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue