Skip to content

Commit

Permalink
sort values
Browse files Browse the repository at this point in the history
Signed-off-by: alanprot <[email protected]>
  • Loading branch information
alanprot committed Mar 22, 2024
1 parent f0c3a7b commit ac9e632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/querier/blocks_store_queryable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,7 @@ func BenchmarkBlocksStoreQuerier_Labels(b *testing.B) {
for j := i; j < i+300; j++ {
values = append(values, fmt.Sprintf("Value_%v", j))
}
sort.Strings(values)
resps[&storeGatewayClientMock{
remoteAddr: "1.1.1.1",
mockedLabelValuesResponse: &storepb.LabelValuesResponse{
Expand Down

0 comments on commit ac9e632

Please sign in to comment.