testing.BenchmarkResult.Extra (field)

8 uses

	testing (current package)
		benchmark.go#L359: 	Extra map[string]float64
		benchmark.go#L364: 	if v, ok := r.Extra["ns/op"]; ok {
		benchmark.go#L375: 	if v, ok := r.Extra["MB/s"]; ok {
		benchmark.go#L387: 	if v, ok := r.Extra["allocs/op"]; ok {
		benchmark.go#L399: 	if v, ok := r.Extra["B/op"]; ok {
		benchmark.go#L420: 	ns, ok := r.Extra["ns/op"]
		benchmark.go#L436: 	for k := range r.Extra {
		benchmark.go#L447: 		prettyPrint(buf, r.Extra[k], k)