summaryrefslogtreecommitdiffstats
path: root/searchlib
diff options
context:
space:
mode:
authorAndreas Eriksen <andreer@yahooinc.com>2022-06-20 11:02:20 +0200
committerAndreas Eriksen <andreer@yahooinc.com>2022-06-20 11:02:20 +0200
commit1cc350883d80872a67cb6d9e5ff549d5c00e969e (patch)
treee03ebedeb780e4e5e12fe0ade9ebbe511e6b0436 /searchlib
parent9c292f614b7533e7c74b86f5aa7630e5523ec9e8 (diff)
saves an import too
Diffstat (limited to 'searchlib')
-rw-r--r--searchlib/src/test/java/com/yahoo/searchlib/aggregation/hll/HyperLogLogPrecisionBenchmark.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/searchlib/src/test/java/com/yahoo/searchlib/aggregation/hll/HyperLogLogPrecisionBenchmark.java b/searchlib/src/test/java/com/yahoo/searchlib/aggregation/hll/HyperLogLogPrecisionBenchmark.java
index cd283d31931..b55396151f4 100644
--- a/searchlib/src/test/java/com/yahoo/searchlib/aggregation/hll/HyperLogLogPrecisionBenchmark.java
+++ b/searchlib/src/test/java/com/yahoo/searchlib/aggregation/hll/HyperLogLogPrecisionBenchmark.java
@@ -8,6 +8,7 @@ import java.nio.ByteBuffer;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
+import java.util.stream.Collectors;
/**
* This benchmarks performs a series of unique counting tests to analyse the HyperLogLog accuracy.