testing.B.N (field)

9 uses

	testing (current package)
		benchmark.go#L98: 	N                int
		benchmark.go#L209: 	b.N = n
		benchmark.go#L355: 				prevIters := int64(b.N)
		benchmark.go#L361: 	b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
		benchmark.go#L433: 		b.N = 0
		benchmark.go#L458: 		b.N = int(b.loop.n)
		benchmark.go#L951: 	if b.N == 0 {
		benchmark.go#L980: 				bN:      uint64(b.N),
		benchmark.go#L986: 	if n.Load() <= uint64(b.N) && !b.Failed() {