Skip to content

Commit 5a0086a

Browse files
committed
change test name
Signed-off-by: Alan Protasio <[email protected]>
1 parent 3f0e419 commit 5a0086a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pkg/querier/batch/batch_test.go

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,9 @@ func BenchmarkNewChunkMergeIterator_Seek(b *testing.B) {
8484
}
8585

8686
for _, scenario := range scenarios {
87-
name := fmt.Sprintf("chunks: %d samples per chunk: %d duplication factor: %d scrapeInterval %vs seekStep: %vs encoding: %s",
88-
scenario.numChunks,
89-
scenario.numSamplesPerChunk,
90-
scenario.duplicationFactor,
87+
name := fmt.Sprintf("scrapeInterval %vs seekStep: %vs",
9188
scenario.scrapeInterval.Seconds(),
92-
scenario.seekStep.Seconds(),
93-
scenario.enc.String())
89+
scenario.seekStep.Seconds())
9490

9591
chunks := createChunks(b, scenario.scrapeInterval, scenario.numChunks, scenario.numSamplesPerChunk, scenario.duplicationFactor, scenario.enc)
9692

0 commit comments

Comments
 (0)