]> Cypherpunks repositories - gostls13.git/commit
net: enable TestTCPReadWriteAllocs in short mode
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 24 Feb 2015 05:13:47 +0000 (14:13 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 24 Feb 2015 08:26:56 +0000 (08:26 +0000)
commit3dd029aa7e5b3e770e21bd8b03981c3ef0b59c23
treee7bbb1527d9268f111bd8c7f0713cfde9a44f7cd
parent7c7126cfeb82894229b9c3d5109e4b04e6cfde0c
net: enable TestTCPReadWriteAllocs in short mode

The change 2096 removed unwanted allocations and a few noises in test
using AllocsPerRun. Now it's safe to enable this canary test on netpoll
hotpaths.

Change-Id: Icdbee813d81c1410a48ea9960d46447042976905
Reviewed-on: https://go-review.googlesource.com/5713
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
src/net/tcp_test.go