testing: B logs are printed on stdout, but doc says they go to stderr #36257
Labels
Documentation
Issues describing a change to documentation.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
It's an issue at the documentation so the question is irrelavent
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Read the testing pkg documentation and saw that its incorrect at https://golang.org/pkg/testing/#B
What did you expect to see?
"Like in tests, benchmark logs are accumulated during execution and dumped to standard output when done."
What did you see instead?
The following is a quote from the third paragraph on Type B:
"Like in tests, benchmark logs are accumulated during execution and dumped to standard error when done."
It's incorrect as it state that the benchmark logs are dumped to standard error
The text was updated successfully, but these errors were encountered: