ShashidharM0118 commented on code in PR #18763:
URL: https://github.com/apache/datafusion/pull/18763#discussion_r2658722434
##########
benchmarks/src/bin/dfbench.rs:
##########
@@ -34,17 +34,20 @@ static ALLOC: snmalloc_rs::SnMalloc = snmalloc_rs::SnMalloc;
static ALLOC: mimalloc::MiMalloc = mimalloc::MiMalloc;
use datafusion_benchmarks::{
- cancellation, clickbench, h2o, hj, imdb, nlj, smj, sort_tpch, tpcds, tpch,
+ cancellation, clickbench, distinct, h2o, hj, imdb, nlj, quantiles, smj,
sort_tpch,
+ tpcds, tpch,
};
#[derive(Debug, StructOpt)]
#[structopt(about = "benchmark command")]
enum Options {
Cancellation(cancellation::RunOpt),
Clickbench(clickbench::RunOpt),
+ Distinct(distinct::RunOpt),
Review Comment:
Thanks! I actually realized this just yesterday 😅
I'll update the PR shortly and share the benchmark results.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]