You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use testing.B.Loop instead of a manual `for range b.N` loop. This also
removes the need to use testing.B.ResetTimer. See
golang/go#61515 for details.
Generated using modernize by running:
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
and committing the relevant changes.
Signed-off-by: Tobias Klauser <[email protected]>
0 commit comments