testing.B.N (field)

7 uses

	testing (current package)
		benchmark.go#L98: 	N                int
		benchmark.go#L189: 	b.N = n
		benchmark.go#L314: 			prevIters := int64(b.N)
		benchmark.go#L337: 	b.result = BenchmarkResult{b.N, b.duration, b.bytes, b.netAllocs, b.netBytes, b.extra}
		benchmark.go#L757: 	if b.N == 0 {
		benchmark.go#L786: 				bN:      uint64(b.N),
		benchmark.go#L792: 	if n <= uint64(b.N) && !b.Failed() {