Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Unified Diff: perf/go/ingest/main.go

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Comments/readme cleanup Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: perf/go/ingest/main.go
diff --git a/perf/go/ingest/main.go b/perf/go/ingest/main.go
index cb4aa2e34a947e95681b75fec435f05375ab6183..52bd1fe2dd839a459ed07e2cdc8ef6270f2fe8c0 100644
--- a/perf/go/ingest/main.go
+++ b/perf/go/ingest/main.go
@@ -144,7 +144,7 @@ func main() {
goldingester.Init(*fileCacheDir)
// Initialize the database. We might not need the oauth dialog if it fails.
- db.Init(db.ProdDatabaseConfig(*local))
+ db.Init(db.DatabaseConfig(*local))
var client *http.Client
var err error
« go/buildbot/db.go ('K') | « perf/go/db/db_test.go ('k') | perf/go/perf_migratedb/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698