alamb commented on PR #14366: URL: https://github.com/apache/datafusion/pull/14366#issuecomment-2652408678
I ran some build benchmarks on a GPC machine and I conclude this change does not improve the build timings ``` Building main.... + rm -rf target + cargo build --release --timings --lib --quiet real 4m28.125s user 36m43.568s sys 1m19.993s + rm -rf target + cargo build --release --timings --lib --quiet real 4m32.743s user 36m47.328s sys 1m19.786s + rm -rf target + cargo build --release --timings --lib --quiet real 4m33.336s user 36m50.926s sys 1m19.246s + git reset --hard HEAD is now at cb5d42e135 Disable extended tests (#14604) + git checkout alamb/make_expr_smaller Switched to branch 'alamb/make_expr_smaller' Your branch is up to date with 'alamb/alamb/make_expr_smaller'. + echo 'Building make_expr_smaller....' Building make_expr_smaller.... + rm -rf target + cargo build --release --timings --lib --quiet real 4m30.234s user 37m15.027s sys 1m19.688s + rm -rf target + cargo build --release --timings --lib --quiet real 4m30.580s user 37m6.178s sys 1m19.885s + rm -rf target + cargo build --release --timings --lib --quiet real 4m32.293s user 36m54.063s sys 1m19.557s alamb@aal-dev:~/arrow-datafusion$ ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org