errgroup/syncmap
Bryan C. Mills 86ddc858aa syncmap: make quick-check output more readable
Add a test for Range with concurrent Loads and Stores.

The previous quick-check tests generated long, mostly-non-ASCII
strings that were hard to debug on failure; this change makes the keys
and values short and human-readable, which also tends to produce more
key collisions in the test as a side-effect.

updates golang/go#18177

Change-Id: Ie56a64ec9fe295435682b90c3e6466ed5b349bf9
Reviewed-on: https://go-review.googlesource.com/37150
Reviewed-by: Russ Cox <rsc@golang.org>
2017-02-16 19:22:36 +00:00
..
map.go syncmap: add a synchronized map implementation. 2017-02-15 17:32:38 +00:00
map_bench_test.go syncmap: add benchmark for Range 2017-02-16 19:20:33 +00:00
map_reference_test.go syncmap: add a synchronized map implementation. 2017-02-15 17:32:38 +00:00
map_test.go syncmap: make quick-check output more readable 2017-02-16 19:22:36 +00:00