From: Julie Qiu Date: Thu, 6 Dec 2018 16:02:49 +0000 (-0500) Subject: doc/go1.12: release notes for testing X-Git-Tag: go1.12beta1~92 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d1882c986673b5bd5fb6775548990d4e11917c1e;p=gostls13.git doc/go1.12: release notes for testing Change-Id: I81ffe7ee88354efeabb24f091db66c7c4892876c Reviewed-on: https://go-review.googlesource.com/c/152919 Reviewed-by: Andrew Bonventre --- diff --git a/doc/go1.12.html b/doc/go1.12.html index 0e381eb679..f036180f53 100644 --- a/doc/go1.12.html +++ b/doc/go1.12.html @@ -620,12 +620,8 @@ for {
testing
-

- TODO: https://golang.org/cl/121936: exit with error if testing.Short is called before flag.Parse -

-

- TODO: https://golang.org/cl/139258: implement -benchtime=100x + The -benchtime flag now supports setting an explicit iteration count instead of a time when the value ends with an "x". For example, -benchtime=100x runs the benchmark 100 times.