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

Unified Diff: perf/go/skiaperf/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
« go/buildbot/db.go ('K') | « perf/go/perf_migratedb/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/go/skiaperf/main.go
diff --git a/perf/go/skiaperf/main.go b/perf/go/skiaperf/main.go
index 2640e17251bf1e52e7cef0335d3ee3f3fe355ae9..c128df9fb109ec5168cf77c6388e370db92fbfe8 100644
--- a/perf/go/skiaperf/main.go
+++ b/perf/go/skiaperf/main.go
@@ -1060,7 +1060,7 @@ func makeResourceHandler() func(http.ResponseWriter, *http.Request) {
func main() {
common.InitWithMetrics("skiaperf", *graphiteServer)
Init()
- db.Init(db.ProdDatabaseConfig(*local))
+ db.Init(db.DatabaseConfig(*local))
stats.Start(nanoTileStore, git)
alerting.Start(nanoTileStore, *apikey)
« go/buildbot/db.go ('K') | « perf/go/perf_migratedb/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698