]> Cypherpunks repositories - gostls13.git/commit
testing: don't print CPU count for tests, only benchmarks
authorRob Pike <r@golang.org>
Mon, 15 Jun 2015 17:59:00 +0000 (10:59 -0700)
committerRob Pike <r@golang.org>
Mon, 15 Jun 2015 18:11:06 +0000 (18:11 +0000)
commit1f9026c0bd489e96a04541d2f65ecfdc3bc53720
treedb95b77c00690ace6b262e8977bc92fea5e693c2
parent2c2770c3d4dea11ce96f63d8fcb40ca5dd230e33
testing: don't print CPU count for tests, only benchmarks

The number of CPUs is of value when benchmarking but mostly
noise when testing. The recent change to default to the number
of CPUs available has made the tests noisier and confusing.

Fixes #11200

Change-Id: Ifc87d9ccb4177d73e304fb7ffcef4367bd163c9e
Reviewed-on: https://go-review.googlesource.com/11121
Reviewed-by: Russ Cox <rsc@golang.org>
src/testing/testing.go