From d1882c986673b5bd5fb6775548990d4e11917c1e Mon Sep 17 00:00:00 2001 From: Julie Qiu Date: Thu, 6 Dec 2018 11:02:49 -0500 Subject: [PATCH] doc/go1.12: release notes for testing Change-Id: I81ffe7ee88354efeabb24f091db66c7c4892876c Reviewed-on: https://go-review.googlesource.com/c/152919 Reviewed-by: Andrew Bonventre --- doc/go1.12.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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.

-- 2.50.0