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

Unified Diff: perf/go/trybot/trybot.go

Issue 608273002: Add versioning to perf SQL database (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Clean up based on review in rietveld 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
Index: perf/go/trybot/trybot.go
diff --git a/perf/go/trybot/trybot.go b/perf/go/trybot/trybot.go
index 586e00e8b350fe9d7782366a289524f205d7d2a6..da111ee311868330ffe38af3c7268b2084750782 100644
--- a/perf/go/trybot/trybot.go
+++ b/perf/go/trybot/trybot.go
@@ -174,7 +174,7 @@ func (p BenchByIssueSlice) Less(i, j int) bool { return p[i].IssueName < p[j].Is
func (p BenchByIssueSlice) Swap(i, j int) { p[i], p[j] = p[j], p[i] }
func Init() {
- db.Init()
+ db.Init("")
var err error
st, err = storage.New(util.NewTimeoutClient())
if err != nil {
« perf/go/db/db.go ('K') | « perf/go/db/db_test.go ('k') | perf/go/util/util.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698