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:
Dmitriy Vyukov 2014-10-27 13:07:50 +03:00
parent 0b5a61fa3a
commit 74dcdae16a
1 changed files with 1 additions and 1 deletions

View File

@ -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
}