Improve verify benchmark results
time (even) more by using debug (rather than release) build
#7709
Labels
enhancement
New feature or request
Is your feature request related to a problem or challenge?
While reviewing #7708 from @sarutak I spent time looking into what
plan_q
does and it is not at all clear to me it needs to be built in release mode:https://github.com/apache/arrow-datafusion/blob/46cdb8c2dc495e8063a0adc5c3f9ac82b136e72e/benchmarks/src/tpch/run.rs#L297-L453
Describe the solution you'd like
Since the benchmark verifies the plans (rather than actually running them). I think it is ok to use debug mode (rather than release) mode which compiles faster and will have more reuse with the subsequent call to
cargo test --test sqllogictests
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: