]> Cypherpunks repositories - gostls13.git/commit
testing: shorten go test -short testing
authorRuss Cox <rsc@golang.org>
Wed, 15 May 2019 19:15:33 +0000 (15:15 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 May 2019 03:25:08 +0000 (03:25 +0000)
commitf2694534cf3591191a125815bae24cd12ea07022
treeb50c1c663f3231a86e21475066e5f4235d6babac
parent6ab049b96578547b78f919810d01f94d94cc1981
testing: shorten go test -short testing

This cuts the time for 'go test -short testing' from 0.9s to < 0.1s.

Change-Id: Ib8402f80239e1e96ea5221dfd5cd0db08170d85b
Reviewed-on: https://go-review.googlesource.com/c/go/+/177420
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/testing/benchmark_test.go
src/testing/sub_test.go