79652251

Date: 2025-06-04 06:59:30
Score: 2
Natty:
Report link

The body function will be run in each goroutine. It should set up any goroutine-local state and then iterate until pb.Next returns false. It should not use the B.StartTimer, B.StopTimer, or B.ResetTimer functions, because they have global effect. It should also not call B.Run.

https://pkg.go.dev/testing#B.RunParallel

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Go Lang