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 {
- 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.