Skip to content

Commit 337d426

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 941223a commit 337d426

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmarks/src/main/java/org/elasticsearch/benchmark/exponentialhistogram/ExponentialHistogramGenerationBench.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
import java.util.concurrent.ThreadLocalRandom;
3434
import java.util.concurrent.TimeUnit;
3535
import java.util.function.DoubleSupplier;
36-
import java.util.function.Supplier;
3736

3837
@BenchmarkMode(Mode.AverageTime)
3938
@OutputTimeUnit(TimeUnit.NANOSECONDS)
@@ -76,7 +75,6 @@ public void setUp() {
7675
index = 0;
7776
}
7877

79-
8078
@Benchmark
8179
@BenchmarkMode(Mode.AverageTime)
8280
@OutputTimeUnit(TimeUnit.MICROSECONDS)

0 commit comments

Comments
 (0)