testing.BenchmarkResult.Extra (field)
8 uses
testing (current package)
benchmark.go#L526: Extra map[string]float64
benchmark.go#L531: if v, ok := r.Extra["ns/op"]; ok {
benchmark.go#L542: if v, ok := r.Extra["MB/s"]; ok {
benchmark.go#L554: if v, ok := r.Extra["allocs/op"]; ok {
benchmark.go#L566: if v, ok := r.Extra["B/op"]; ok {
benchmark.go#L587: ns, ok := r.Extra["ns/op"]
benchmark.go#L603: for k := range r.Extra {
benchmark.go#L614: prettyPrint(buf, r.Extra[k], k)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)