Skip to content

Commit 5a45085

Browse files
committed
fixup! Add benchmark
Signed-off-by: Christian Haudum <christian.haudum@gmail.com>
1 parent 46dd9b6 commit 5a45085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pkg/storage/stores/shipper/bloomshipper/fetcher_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ func Benchmark_Fetcher_processMetasCacheResponse(b *testing.B) {
475475

476476
meta := Meta{
477477
MetaRef: metaRef,
478-
Blocks: []BlockRef{BlockRef{Ref: ref}},
478+
Blocks: []BlockRef{{Ref: ref}},
479479
}
480480
metas = append(metas, meta)
481481

0 commit comments

Comments
 (0)