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

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

Issue 608273002: Add versioning to perf SQL database (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Incorporating feedback 4 Created 6 years, 3 months 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
« no previous file with comments | « perf/go/migratedb/main.go ('k') | perf/go/trybot/trybot.go » ('j') | 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 c1dac603c6dad06566399df228a076bae30e3879..f1b8d19ef41a188258ab9aad9dfa0b42d7bc022a 100644
--- a/perf/go/skiaperf/main.go
+++ b/perf/go/skiaperf/main.go
@@ -1002,7 +1002,7 @@ func main() {
flags.Log()
Init()
- db.Init()
+ db.Init(db.ProdConnectionString(*local))
stats.Start(nanoTileStore, git)
alerting.Start(nanoTileStore, *apikey)
login.Init(*local)
« no previous file with comments | « perf/go/migratedb/main.go ('k') | perf/go/trybot/trybot.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698