1
0
mirror of https://github.com/golang/go synced 2024-11-23 21:40:05 -07:00
go/test/chan
Josh Bleecher Snyder 63393faedf test: speed up chan/select5
No functional changes.

Generating shorter functions improves compilation time. On my laptop, this test's running time goes from 5.5s to 1.5s; the wall clock time to run all tests goes down 1s. On Raspberry Pi, this CL cuts 50s off the wall clock time to run all tests.

Fixes #7503.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/72590045
2014-06-17 09:07:18 -07:00
..
doubleselect.go
fifo.go
goroutines.go
nonblock.go
perm.go
powser1.go
powser2.go
select2.go test/chan: avoid wrap-around in memstats comparison 2013-09-20 17:27:56 -07:00
select3.go
select4.go
select5.go test: speed up chan/select5 2014-06-17 09:07:18 -07:00
select6.go
select7.go
select.go
sendstmt.go
sieve1.go
sieve2.go
zerosize.go