Chromium Code Reviews| Index: perf/go/perf_migratedb/main.go |
| diff --git a/perf/go/perf_migratedb/main.go b/perf/go/perf_migratedb/main.go |
| index 99e999c02d81ac3ce677e491174e26c60316495a..1018b9079eaee9b1fc09690f18bf3df388da0a39 100644 |
| --- a/perf/go/perf_migratedb/main.go |
| +++ b/perf/go/perf_migratedb/main.go |
| @@ -25,6 +25,7 @@ func main() { |
| "\n\tIf the string contains %s the user will be prompted to enter a password which will then be used for subtitution.") |
| flag.Parse() |
| + defer glog.Flush() |
| var connectionStr = *dbConnString |