1
0
mirror of https://github.com/golang/go synced 2024-11-07 03:06:18 -07:00
go/src/container
Russ Cox 06b0babf31 all: shorten some tests
Shorten some of the longest tests that run during all.bash.
Removes 7r 50u 21s from all.bash.

After this change, all.bash is under 5 minutes again on my laptop.

For #26473.

Change-Id: Ie0460aa935808d65460408feaed210fbaa1d5d79
Reviewed-on: https://go-review.googlesource.com/c/go/+/177559
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-05-22 12:54:00 +00:00
..
heap container/heap: avoid memory leak in example 2019-02-26 23:42:26 +00:00
list container/list: combining insert and remove operations while moving elements within a list. 2018-10-26 20:47:01 +00:00
ring all: shorten some tests 2019-05-22 12:54:00 +00:00