Skip to content

Commit

Permalink
[pkg/quantile] Increase ulpLimit to prevent flakes (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Apr 14, 2023
1 parent 8781a60 commit 37a6383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/quantile/summary/equal.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

const (
ulpLimit = 128
ulpLimit = 256
)

// ulpDistance is the absolute difference in units of least precision.
Expand Down

0 comments on commit 37a6383

Please sign in to comment.