]> Cypherpunks repositories - gostls13.git/commit
bytes: cut 10 seconds off the race builder's benchmark test
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 18:03:26 +0000 (18:03 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 18:22:16 +0000 (18:22 +0000)
commit9a7ce41d6c74ef30af361677d2077ad8dd0e92b7
treed6a9a6e2ef70b193aa6f1264da75dbf382f564c9
parentf09d0458d32a965602a346843354f7778b12a375
bytes: cut 10 seconds off the race builder's benchmark test

Don't benchmark so many sizes during the race builder's benchmark run.

This package doesn't even use goroutines.

Cuts off 10 seconds.

Updates #17104

Change-Id: Ibb2c7272c18b9014a775949c656a5b930f197cd4
Reviewed-on: https://go-review.googlesource.com/29158
Reviewed-by: David Crawshaw <crawshaw@golang.org>
src/bytes/bytes_test.go