testing.B.N (field)

10 uses

	testing (current package)
		benchmark.go#L98: 	N                int
		benchmark.go#L209: 	b.N = n
		benchmark.go#L352: 				prevIters := int64(b.N)
		benchmark.go#L358: 	b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
		benchmark.go#L397: 		b.N = int(b.loop.n)
		benchmark.go#L429: 		b.N = 0
		benchmark.go#L443: 		b.N = int(b.loop.n)
		benchmark.go#L931: 	if b.N == 0 {
		benchmark.go#L960: 				bN:      uint64(b.N),
		benchmark.go#L966: 	if n.Load() <= uint64(b.N) && !b.Failed() {