Commit e2bd3136 authored by Austin Clements's avatar Austin Clements

analysis/app: show the geomean

Change-Id: I5c1363125998acf7d28692aa94ddfbef148577c2
Reviewed-on: https://go-review.googlesource.com/38094Reviewed-by: default avatarQuentin Smith <quentin@golang.org>
parent e95bb831
......@@ -286,7 +286,9 @@ func (a *App) compareQuery(q string) *compareData {
var buf bytes.Buffer
// Compute benchstat
c := new(benchstat.Collection)
c := &benchstat.Collection{
AddGeoMean: true,
}
for _, g := range groups {
c.AddResults(g.Q, g.results)
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment