Skip to content

Commit d1e45f0

Browse files
committed
Deflake MQEMA test.
Signed-off-by: Andrew McGregor <[email protected]>
1 parent 5e036d6 commit d1e45f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus/quantile_tracker_test.go

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

5757
func TestMQEMAObserve(t *testing.T) {
5858
tr := NewMQEMATracker([]float64{0.25, 0.5, 0.75, 0.9, 0.95, 0.99}, 0.005, 0.01, 0.01)
59-
for i := 0; i < 10000; i++ {
59+
for i := 0; i < 100000; i++ {
6060
v := rand.NormFloat64()
6161
tr.Observe(v)
6262
}

0 commit comments

Comments
 (0)