Skip to content

Commit

Permalink
Revert accidental commit of e2e test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dehaansa committed Nov 5, 2024
1 parent e4d8deb commit 657bd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/component/prometheus/write/queue/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ func TestE2E(t *testing.T) {
}

const (
iterations = 1
items = 1000
iterations = 10
items = 100
)

func runTest(t *testing.T, add func(index int, appendable storage.Appender) (float64, labels.Labels), test func(samples *safeSlice[prompb.TimeSeries]), metaTest func(meta *safeSlice[prompb.MetricMetadata])) {
Expand Down

0 comments on commit 657bd04

Please sign in to comment.