testing.BenchmarkResult.AllocsPerOp (method)

3 uses

	testing (current package)
		benchmark.go#L553: func (r BenchmarkResult) AllocsPerOp() int64 {
		benchmark.go#L649: 		r.AllocedBytesPerOp(), r.AllocsPerOp())
		benchmark.go#L872: 	r.MemAllocs += uint64(other.AllocsPerOp())