| Index: perf/go/trybot/trybot.go
|
| diff --git a/perf/go/trybot/trybot.go b/perf/go/trybot/trybot.go
|
| index 586e00e8b350fe9d7782366a289524f205d7d2a6..feb4df35c66f79b5b5a8c8c86a6f760c0f50c6c3 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(db.ProdConnectionString())
|
| var err error
|
| st, err = storage.New(util.NewTimeoutClient())
|
| if err != nil {
|
|
|