go/src/pkg/sort
Dave Cheney 9169372749 sort: use a very fast random generator for benchmarks
Adapted from https://golang.org/cl/11564044.

Fixes breakage of darwin-amd64-race builder.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13352045
2013-08-29 13:21:21 +10:00
..
example_interface_test.go sort: add interface examples 2012-02-16 13:16:07 +11:00
example_keys_test.go sort: use proper mass unit in example 2013-02-27 10:44:50 -08:00
example_multi_test.go sort: be consistent when describing "less: function in the multiKeys example 2013-04-02 10:25:02 -07:00
example_test.go sort: add Reverse as a function 2013-02-01 08:44:45 -08:00
export_test.go sort: use heapsort to bail out quicksort 2011-09-07 13:54:33 -04:00
search.go sort: fix comment for various Search routines 2012-11-07 05:07:46 +08:00
search_test.go all: protect alloc count tests by -testing.short 2013-08-21 14:00:45 +10:00
sort.go all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
sort_test.go sort: use a very fast random generator for benchmarks 2013-08-29 13:21:21 +10:00