testing.BenchmarkResult.Extra (field)

8 uses

	testing (current package)
		benchmark.go#L368: 	Extra map[string]float64
		benchmark.go#L373: 	if v, ok := r.Extra["ns/op"]; ok {
		benchmark.go#L384: 	if v, ok := r.Extra["MB/s"]; ok {
		benchmark.go#L396: 	if v, ok := r.Extra["allocs/op"]; ok {
		benchmark.go#L408: 	if v, ok := r.Extra["B/op"]; ok {
		benchmark.go#L429: 	ns, ok := r.Extra["ns/op"]
		benchmark.go#L445: 	for k := range r.Extra {
		benchmark.go#L456: 		prettyPrint(buf, r.Extra[k], k)