testing: No way to view untruncated output from benchmarks #27901
Labels
NeedsDecision
Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Unknown, but the documentation has not changed.
What operating system and processor architecture are you using (
go env
)?What did you do?
I'm running a benchmark with the verbose flag turned on (
go test -bench . -v
) that callsb.Logf()
multiple times.What did you expect to see?
All logging output, like with tests.
What did you see instead?
The first few log calls, followed by
... [output truncated]
)The text was updated successfully, but these errors were encountered: