]> Cypherpunks repositories - gostls13.git/commit
sort: cut 140 seconds off race build tests
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 18:14:34 +0000 (18:14 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 19:06:32 +0000 (19:06 +0000)
commit983e2fd4e6fecd78789384069c476eead4806d1b
tree1c74a56356e25e517c33f821c27cba175bc94d63
parent83676b93fb9591fb452612b55237ffdeb2a59119
sort: cut 140 seconds off race build tests

No coverage is gained by running the 1e6 versions of the test over the
1e4 versions. It just adds 140 seconds of race overhead time.

Updates #17104

Change-Id: I41408aedae34a8b1a148eebdda20269cdefffba3
Reviewed-on: https://go-review.googlesource.com/29159
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/sort/sort_test.go