We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa28fb commit 67220eeCopy full SHA for 67220ee
compress_test.go
@@ -300,8 +300,8 @@ func TestCompressionDictionaryPreserved(t *testing.T) {
300
assert.Success(t, <-writeDone2)
301
}
302
303
- // With context takeover, the 2nd and 3rd messages should be smaller
304
- // than without context takeover (dictionary helps compress repeated patterns).
+ // With context takeover, the 2nd and 3rd messages should be smaller than
+ // without context takeover (dictionary helps compress repeated patterns).
305
// The first message will be similar size for both modes since there's no
306
// prior dictionary. But subsequent messages benefit from context takeover.
307
if withTakeoverSizes[2] >= withoutTakeoverSizes[2] {
0 commit comments