]> Cypherpunks repositories - gostls13.git/commit
test: speed up chan/select5
authorJosh Bleecher Snyder <josharian@gmail.com>
Tue, 17 Jun 2014 16:07:18 +0000 (09:07 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Tue, 17 Jun 2014 16:07:18 +0000 (09:07 -0700)
commit63393faedf65b5b3719965cd4dead9a634be352f
tree72d46d4cc54cbccb110401e5e5c3cc209311e609
parent4f14d1520253bd5d3dc19ab8b8668308d5bdcd64
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
test/chan/select5.go