testing: B logs are printed on stdout, but doc says they go to stderr #36257
Labels
Milestone
Comments
Thanks for reporting this. Apparently the |
Change https://golang.org/cl/212457 mentions this issue: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: