cloudfoundry-community / firehose-to-syslog

Send firehose events from Cloud Foundry to syslog.
MIT License
44 stars 58 forks source link

Interface gcfClient to make boltdb caching perf and unit testable #152

Closed chenziliang closed 7 years ago

chenziliang commented 7 years ago
modified:   caching/caching.go
modified:   caching/caching_boltdb.go
chenziliang commented 7 years ago

I would like to test what is perf like for boltdb cache, but i can't do it. Hence this PR.

shinji62 commented 7 years ago

Thanks.