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() {