Chromium Code Reviews| Index: perf/go/ingest/main.go |
| diff --git a/perf/go/ingest/main.go b/perf/go/ingest/main.go |
| index a8118d63bbafb55add9c72ee99f3d904a28ba4b6..edd136658f0c74b8b96caef0f317d3acf380bef1 100644 |
| --- a/perf/go/ingest/main.go |
| +++ b/perf/go/ingest/main.go |
| @@ -143,6 +143,8 @@ func NewIngestionProcess(ts *Timestamps, tsName string, git *gitinfo.GitInfo, ti |
| func main() { |
| flag.Parse() |
| flags.Log() |
| + defer glog.Flush() |
| + |
| Init() |
| // Initialize the database. We might not need the oauth dialog if it fails. |