We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e036d6 commit d1e45f0Copy full SHA for d1e45f0
prometheus/quantile_tracker_test.go
@@ -56,7 +56,7 @@ func BenchmarkQEMAObserve(b *testing.B) {
56
57
func TestMQEMAObserve(t *testing.T) {
58
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++ {
+ for i := 0; i < 100000; i++ {
60
v := rand.NormFloat64()
61
tr.Observe(v)
62
}
0 commit comments