]> Cypherpunks repositories - gostls13.git/commit
testing: improve documentation, examples, release notes for
authorJunyang Shao <shaojunyang@google.com>
Wed, 4 Dec 2024 20:11:18 +0000 (20:11 +0000)
committerGo LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Thu, 5 Dec 2024 21:03:13 +0000 (21:03 +0000)
commit5213e1e56c17bde612398dac8a2996bf020fe542
tree0d03f98382b6dadd6d9ab8fbd9d7b01687f4f772
parent32e19fc4397142b743646ff8a526d07c126bf89b
testing: improve documentation, examples, release notes for

testing.b.Loop.

This CL added documentation of the no-inlining semantic of b.Loop, with
a concrete example. This CL also tries to improve the release note to be
more descriptive.

Fixes #61515

Change-Id: I1e13cc92d5d6bdbf40fb44f44475e249747b807f
Reviewed-on: https://go-review.googlesource.com/c/go/+/633536
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Junyang Shao <shaojunyang@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: David Chase <drchase@google.com>
doc/next/6-stdlib/6-testing-bloop.md [new file with mode: 0644]
doc/next/6-stdlib/99-minor/testing/61515.md
src/testing/benchmark.go
src/testing/benchmark_test.go