testing.B.N (field)
7 uses
testing (current package)
benchmark.go#L97: N int
benchmark.go#L188: b.N = n
benchmark.go#L305: prevIters := int64(b.N)
benchmark.go#L328: b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
benchmark.go#L748: if b.N == 0 {
benchmark.go#L777: bN: uint64(b.N),
benchmark.go#L783: if n <= uint64(b.N) && !b.Failed() {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |