Skip to content

Commit 4bfd71e

Browse files
Format union benchmark
1 parent 91e8b8e commit 4bfd71e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

benches/hyperloglog_union.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ fn bench_hyperloglog_union(c: &mut Criterion) {
6060
group.finish();
6161
}
6262

63-
type HLL14 = HyperLogLog<Precision14, Bits6, <Precision14 as PackedRegister<Bits6>>::Array, XxHash64>;
63+
type HLL14 =
64+
HyperLogLog<Precision14, Bits6, <Precision14 as PackedRegister<Bits6>>::Array, XxHash64>;
6465

6566
/// Builds the largest counter that is still in hash-list mode (stops just before the
6667
/// insertion that would convert it to a fully-fledged HyperLogLog).

0 commit comments

Comments
 (0)