testing.BenchmarkResult.Extra (field)

8 uses

	testing (current package)
		benchmark.go#L544: 	Extra map[string]float64
		benchmark.go#L549: 	if v, ok := r.Extra["ns/op"]; ok {
		benchmark.go#L560: 	if v, ok := r.Extra["MB/s"]; ok {
		benchmark.go#L572: 	if v, ok := r.Extra["allocs/op"]; ok {
		benchmark.go#L584: 	if v, ok := r.Extra["B/op"]; ok {
		benchmark.go#L605: 	ns, ok := r.Extra["ns/op"]
		benchmark.go#L621: 	for k := range r.Extra {
		benchmark.go#L632: 		prettyPrint(buf, r.Extra[k], k)