aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorsunnymilk <shaojunyang@google.com>2024-08-27 17:23:10 -0400
committerJunyang Shao <shaojunyang@google.com>2024-09-20 19:09:41 +0000
commit6600a871ef7376b151cb7e4073c4095209f112ca (patch)
tree89152a85272af78bffaccdeb71acef20e3a384fc /api
parentc208b913954514ac7cab0fa701fba9c89af70392 (diff)
downloadgo-6600a871ef7376b151cb7e4073c4095209f112ca.tar.xz
testing: implement testing.B.Loop
Initial implementation for testing.B.Loop, right now the calculation of b.N are still done in the old fasion way, as of now b.Loop is merely an alias for the old loop over b.N. For #61515. Change-Id: If211d0acc5f0c33df530096dceafe0b947ab0c8e Reviewed-on: https://go-review.googlesource.com/c/go/+/608798 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Junyang Shao <shaojunyang@google.com> Run-TryBot: Junyang Shao <shaojunyang@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Michael Pratt <mpratt@google.com>
Diffstat (limited to 'api')
-rw-r--r--api/next/61515.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/61515.txt b/api/next/61515.txt
new file mode 100644
index 0000000000..e797156a61
--- /dev/null
+++ b/api/next/61515.txt
@@ -0,0 +1 @@
+pkg testing, method (*B) Loop() bool #61515