testing.BenchmarkResult.Extra (field)

8 uses

	testing (current package)
		benchmark.go#L539: 	Extra map[string]float64
		benchmark.go#L544: 	if v, ok := r.Extra["ns/op"]; ok {
		benchmark.go#L555: 	if v, ok := r.Extra["MB/s"]; ok {
		benchmark.go#L567: 	if v, ok := r.Extra["allocs/op"]; ok {
		benchmark.go#L579: 	if v, ok := r.Extra["B/op"]; ok {
		benchmark.go#L600: 	ns, ok := r.Extra["ns/op"]
		benchmark.go#L616: 	for k := range r.Extra {
		benchmark.go#L627: 		prettyPrint(buf, r.Extra[k], k)