Skip to content

Commit

Permalink
adjust t-digest compression for MedianAbsoluteDeviationIT (#113367)
Browse files Browse the repository at this point in the history
  • Loading branch information
iverase committed Sep 30, 2024
1 parent 61d5363 commit 1142c6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
private static MedianAbsoluteDeviationAggregationBuilder randomBuilder() {
final MedianAbsoluteDeviationAggregationBuilder builder = new MedianAbsoluteDeviationAggregationBuilder("mad");
if (randomBoolean()) {
builder.compression(randomDoubleBetween(25, 1000, false));
builder.compression(randomDoubleBetween(30, 1000, false));
}
return builder;
}
Expand Down

0 comments on commit 1142c6d

Please sign in to comment.