зеркало из https://github.com/golang/build.git
dashboard: fix update script
It needs to remove perf results rather than build results. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/164000043
This commit is contained in:
Родитель
33f4c98389
Коммит
affb40feda
|
@ -58,7 +58,7 @@ func updateBenchmark(w http.ResponseWriter, r *http.Request) {
|
|||
continue
|
||||
}
|
||||
com.NeedsBenchmarking = true
|
||||
com.ResultData = nil
|
||||
com.PerfResults = nil
|
||||
if err := putCommit(c, com); err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче