dashboard: update update script to delete Commit.PerfResult
This is required to repair perf data in the datastore. Update golang/go#8930. LGTM=adg R=adg CC=golang-codereviews https://golang.org/cl/158320043
This commit is contained in:
parent
501f6851f9
commit
d183041bb0
|
@ -58,6 +58,7 @@ func updateBenchmark(w http.ResponseWriter, r *http.Request) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
com.NeedsBenchmarking = true
|
com.NeedsBenchmarking = true
|
||||||
|
com.ResultData = nil
|
||||||
if err := putCommit(c, com); err != nil {
|
if err := putCommit(c, com); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue