testing.BenchmarkResult.AllocsPerOp (method)

3 uses

	testing (current package)
		benchmark.go#L395: func (r BenchmarkResult) AllocsPerOp() int64 {
		benchmark.go#L491: 		r.AllocedBytesPerOp(), r.AllocsPerOp())
		benchmark.go#L701: 	r.MemAllocs += uint64(other.AllocsPerOp())