{{if not .Q}}

The Go Performance Dashboard provides a centralized resource for sharing and analyzing benchmark results. To get started, upload benchmark results using go get -u golang.org/x/perf/cmd/benchsave and benchsave old.txt new.txt or upload via the web at https://perfdata-dot-golang-org.appspot.com/upload.

{{else}} {{with .Error}}

{{.}}

{{else}} {{with .CommonLabels}} {{range $label, $value := .}} {{end}} {{end}} {{range $label, $exists := .Labels}} {{end}}
labelcommon value
{{$label}}{{$value}}
label values
{{$label}} {{range $index, $group := $.Groups}}
{{$group.Q}}:
{{with index $group.LabelValues $label}} {{range .TopN 4}} {{end}} {{end}}
{{.Count}} {{if eq .Value ""}} missing {{else if eq .Value "…"}} {{.Value}} {{else}} {{printf "%q" .Value}} {{end}}
{{end}}
{{.Benchstat}}
{{end}} {{end}}