Is your feature request related to a problem or challenge?
Follow up on #18985
I found that building the benchmarks binary takes forever
cargo run --release --bin dfbench -- tpcds --iterations 5 --path ../../datafusion-benchmarks/tpcds/data/sf1/ --query_path tpcds --prefer_hash_join true -o tpcds_sf1.json --query 30
The compilation takes 5 mins locally, it too much IMO, would be nice to explore if this can be optimized
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response