Skip to content

Commit c4461b7

Browse files
committed
add count distinct group benchmarks
1 parent bacee66 commit c4461b7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

datafusion/functions-aggregate/benches/count_distinct.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,5 +261,9 @@ fn count_distinct_groups_benchmark(c: &mut Criterion) {
261261
}
262262
}
263263

264-
criterion_group!(benches, count_distinct_benchmark, count_distinct_groups_benchmark);
264+
criterion_group!(
265+
benches,
266+
count_distinct_benchmark,
267+
count_distinct_groups_benchmark
268+
);
265269
criterion_main!(benches);

0 commit comments

Comments
 (0)