testing.B.N (field)

9 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#L428: 		b.N = 0
		benchmark.go#L453: 		b.N = int(b.loop.n)
		benchmark.go#L946: 	if b.N == 0 {
		benchmark.go#L975: 				bN:      uint64(b.N),
		benchmark.go#L981: 	if n.Load() <= uint64(b.N) && !b.Failed() {