1
0
mirror of https://github.com/golang/go synced 2024-11-18 17:04:41 -07:00

dashboard: fix perf builder

One of these "how it ever worked?.." moments.

LGTM=bradfitz
R=adg, bradfitz
CC=golang-codereviews
https://golang.org/cl/158980045
This commit is contained in:
Dmitriy Vyukov 2014-10-17 13:51:23 +04:00
parent 2a277d9349
commit be0f29f178

View File

@ -205,6 +205,7 @@ func (b *Builder) executeBenchmark(workpath, hash, benchBin, bench string, procs
}
metrics = metrics1
artifacts = append(artifacts, artifacts1...)
ok = true
return
}