You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem or challenge?
DataFusion currently has four different benchmark runners for comparing different versions of datafusion with itself, which have substantial overlap in their functionality and code
cargo run --release --bin nyctaxi
cargo run --release --bin h2o
cargo run --release --bin parquet
cargo run --release --bin tpch
I would like to add a 5th one (ClickBench) #6994 but would like to avoid copy/pasting yet again mostly the same thing
Describe the solution you'd like
Thus I propose a new consoidated binary dfbench run like this:
cargo run --release --bin benchmark -- nyctaxi
cargo run --release --bin benchmark -- h2o
cargo run --release --bin benchmark -- parquet
cargo run --release --bin benchmark -- tpch
cargo run --release --bin benchmark -- clickbench (I want to add this)
I have completed all the work I have planned for this epic -- consolidating h20.ai bench is tracked by #7209 so I am going to close this one as complete
Is your feature request related to a problem or challenge?
DataFusion currently has four different benchmark runners for comparing different versions of datafusion with itself, which have substantial overlap in their functionality and code
I would like to add a 5th one (ClickBench) #6994 but would like to avoid copy/pasting yet again mostly the same thing
Describe the solution you'd like
Thus I propose a new consoidated binary
dfbench
run like this:Describe alternatives you've considered
Follow the same pattern
Additional context
Task List
dfbench
: Createdfbench
, split uptpch
benchmark runner into modules #7054dfbench
, split uptpch
benchmark runner into modules #7054dfbench
#7209queries/tpch
rather thanqueries
The text was updated successfully, but these errors were encountered: