Skip to content

Commit 7c99c81

Browse files
committed
Add more perecentiles for testing
1 parent 6100bc6 commit 7c99c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/exponential-histogram/src/test/java/org/elasticsearch/exponentialhistogram/QuantileAccuracyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
public class QuantileAccuracyTests extends ESTestCase {
3535

36-
public static final double[] QUANTILES_TO_TEST = { 0, 0.01, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99, 1.0 };
36+
public static final double[] QUANTILES_TO_TEST = { 0, 0.0000001, 0.01, 0.1, 0.25, 0.5, 0.75, 0.9, 0.95, 0.99, 0.999999, 1.0 };
3737

3838
public void testUniformDistribution() {
3939
testDistributionQuantileAccuracy(new UniformRealDistribution(new Well19937c(42), 0, 100), 50000, 500);

0 commit comments

Comments
 (0)