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
Родитель 33f4c98389
Коммит affb40feda
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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