mirror of
https://github.com/golang/go
synced 2024-11-20 07:54:39 -07:00
testing: document -test.bench flag
Fixes #4080. R=rsc, adg CC=golang-dev https://golang.org/cl/6553068
This commit is contained in:
parent
54af752865
commit
b7cbfe6ace
@ -14,6 +14,9 @@
|
||||
// func BenchmarkXxx(*testing.B)
|
||||
// are considered benchmarks, and are executed by the "go test" command when
|
||||
// the -test.bench flag is provided. Benchmarks are run sequentially.
|
||||
//
|
||||
// For a description of the testing flags, see
|
||||
// http://golang.org/cmd/go/#Description_of_testing_flags.
|
||||
//
|
||||
// A sample benchmark function looks like this:
|
||||
// func BenchmarkHello(b *testing.B) {
|
||||
|
Loading…
Reference in New Issue
Block a user