Fix benchmark tests

This commit is contained in:
Ken Hibino
2020-01-18 10:17:39 -08:00
parent c29200b1fc
commit 207a6d2d1a
5 changed files with 28 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ func newSyncer(requestsCh <-chan *syncRequest, interval time.Duration) *syncer {
return &syncer{
requestsCh: requestsCh,
done: make(chan struct{}),
interval: interval,
}
}