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:
parent
0b5a61fa3a
commit
74dcdae16a
|
@ -58,7 +58,7 @@ func updateBenchmark(w http.ResponseWriter, r *http.Request) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
com.NeedsBenchmarking = true
|
com.NeedsBenchmarking = true
|
||||||
com.ResultData = nil
|
com.PerfResults = nil
|
||||||
if err := putCommit(c, com); err != nil {
|
if err := putCommit(c, com); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue