Skip to content

Commit

Permalink
fix: linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
na-- committed Dec 11, 2024
1 parent e96bd02 commit da740d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/chunkenc/memchunk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,8 +710,8 @@ func BenchmarkEncodingsAndChunkSize(b *testing.B) {
result = append(result, res{
name: name,
count: count,
size: uint64(insertedTotal),
compressedSize: uint64(compressedTotal),
size: insertedTotal,
compressedSize: compressedTotal,
ratio: averageRatio,
})
b.ReportMetric(averageRatio, "compression_ratio")
Expand Down

0 comments on commit da740d6

Please sign in to comment.