fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix BytesLoaded stat test.

+1 -1
+1 -1
index_test.go
··· 296 296 297 297 wantStats := Stats{ 298 298 FilesLoaded: 1, 299 - BytesLoaded: 22, 299 + BytesLoaded: 16, 300 300 NgramMatches: 4, 301 301 MatchCount: 2, 302 302 FileCount: 1,