diff options
Diffstat (limited to 'src/testing')
| -rw-r--r-- | src/testing/benchmark.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/benchmark.go b/src/testing/benchmark.go index 04127727c1..93f461b07a 100644 --- a/src/testing/benchmark.go +++ b/src/testing/benchmark.go @@ -86,7 +86,7 @@ type InternalBenchmark struct { // may be called simultaneously from multiple goroutines. // // Like in tests, benchmark logs are accumulated during execution -// and dumped to standard error when done. Unlike in tests, benchmark logs +// and dumped to standard output when done. Unlike in tests, benchmark logs // are always printed, so as not to hide output whose existence may be // affecting benchmark results. type B struct { |
