]> Cypherpunks repositories - gostls13.git/commit
testing: change -test.benchtime to a flag.Duration.
authorDavid Symonds <dsymonds@golang.org>
Mon, 8 Oct 2012 21:57:29 +0000 (08:57 +1100)
committerDavid Symonds <dsymonds@golang.org>
Mon, 8 Oct 2012 21:57:29 +0000 (08:57 +1100)
commitf8b5838123585fc74d8463ff3b99a9780b0517b9
tree3871a3af0f0bca121677817ef47ba277fe15aec6
parent05e4e805e0367ef9688c95bcecad4b8d3efc0584
testing: change -test.benchtime to a flag.Duration.

Fixes #3902.

R=golang-dev, minux.ma, rsc, r
CC=golang-dev
https://golang.org/cl/6611059
misc/zsh/go
src/cmd/go/doc.go
src/cmd/go/test.go
src/cmd/go/testflag.go
src/pkg/go/doc/testdata/benchmark.go
src/pkg/go/doc/testdata/testing.1.golden
src/pkg/net/http/serve_test.go
src/pkg/testing/benchmark.go
test/fixedbugs/bug369.go