]> Cypherpunks repositories - gostls13.git/commit
gotest: add -test.benchtime and -test.cpu flags.
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 27 Jun 2011 17:31:40 +0000 (13:31 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jun 2011 17:31:40 +0000 (13:31 -0400)
commit9843ca5e2bb1a3b5ab76348cde006705c1a695d9
tree1bd8410b32a9d2645ac231fdb830c54b6192198d
parent9dd354c63f2a7b46c399d45b1d4c0bdbbe8d7518
gotest: add -test.benchtime and -test.cpu flags.
-test.benchtime allows to specify benchmark execution time.
-test.cpu allows to execute tests/benchmarks for several
values of GOMAXPROCS.

R=r, r, rsc
CC=golang-dev
https://golang.org/cl/4662046
src/cmd/gotest/doc.go
src/cmd/gotest/flag.go
src/pkg/testing/benchmark.go
src/pkg/testing/testing.go