alamb commented on PR #9104:
URL: 
https://github.com/apache/arrow-datafusion/pull/9104#issuecomment-1925351142

   > Thanks @alamb I'll try suggestions
   
   👍 
   
   > EDIT: How do you compare results from `cargo bench --bench sql_planner` 
for different commits? You run the bench for both branches and compare benches 
like `logical_select_one_from_700`
   
   What I did was
   
   ```shell
   git checkout `git merge-base comphead/dev apache/main` # checkout place 
where your branch diverged from main
   cargo bench --bench sql_planner
   git checkout comphead/dev
   cargo bench --bench sql_planner 
   ```


-- 
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]

Reply via email to