diff --git a/doc/go1.13.html b/doc/go1.13.html index 02c0adf32b..5655b06d6c 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -520,15 +520,17 @@ TODO
- TODO: https://golang.org/cl/112155: stop rounding b.N
+ When running benchmarks, B.N is no longer rounded.
- TODO: https://golang.org/cl/166717: add B.ReportMetric for custom benchmark metrics
+ The new method B.ReportMetric lets users report
+ custom benchmark metrics and override built-in metrics.
- TODO: https://golang.org/cl/173722: delay flag registration; move to an Init function
+ Testing flags are now registered in the new Init function.
+ As a result, testing flags are now only registered when running a test binary.