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:
Dmitriy Vyukov 2014-10-22 17:44:46 +04:00
parent 501f6851f9
commit d183041bb0
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func updateBenchmark(w http.ResponseWriter, r *http.Request) {
continue
}
com.NeedsBenchmarking = true
com.ResultData = nil
if err := putCommit(c, com); err != nil {
return err
}