]> Cypherpunks repositories - gostls13.git/commit
testing: output benchmark name before executing it
authorDmitriy Vyukov <dvyukov@google.com>
Thu, 21 Jul 2011 15:31:07 +0000 (11:31 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 21 Jul 2011 15:31:07 +0000 (11:31 -0400)
commitc3a86dab36dfbe3ae6a36832ddf3e96ae3175baa
tree304857c3c601c59eb9c966ef00d7e56350e28642
parentd2ab2b9f42399c9a9b481dcb2abe4dc47b4a619b
testing: output benchmark name before executing it
It makes it clear what benchmark is currently running.
Especially useful in case of hangup or crash.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4816043
src/pkg/testing/benchmark.go