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) |