Index: perf/go/skiaperf/main.go |
diff --git a/perf/go/skiaperf/main.go b/perf/go/skiaperf/main.go |
index 475fda88a0c15bee6804701395da5f6abc1db7e1..0ca72ae89a89c36f151d5f4727de8890730d7641 100644 |
--- a/perf/go/skiaperf/main.go |
+++ b/perf/go/skiaperf/main.go |
@@ -1049,6 +1049,7 @@ func makeResourceHandler() func(http.ResponseWriter, *http.Request) { |
func main() { |
flag.Parse() |
flags.Log() |
+ defer glog.Flush() |
Init() |
db.Init(db.ProdDatabaseConfig(*local)) |