| Index: perf/go/trybot/trybot.go
|
| diff --git a/perf/go/trybot/trybot.go b/perf/go/trybot/trybot.go
|
| index 586e00e8b350fe9d7782366a289524f205d7d2a6..c513804f2ff087ab555bf6acc6ec523be7f543ea 100644
|
| --- a/perf/go/trybot/trybot.go
|
| +++ b/perf/go/trybot/trybot.go
|
| @@ -173,8 +173,7 @@ func (p BenchByIssueSlice) Len() int { return len(p) }
|
| func (p BenchByIssueSlice) Less(i, j int) bool { return p[i].IssueName < p[j].IssueName }
|
| func (p BenchByIssueSlice) Swap(i, j int) { p[i], p[j] = p[j], p[i] }
|
|
|
| -func Init() {
|
| - db.Init()
|
| +func init() {
|
| var err error
|
| st, err = storage.New(util.NewTimeoutClient())
|
| if err != nil {
|
|
|