haohuaijin commented on PR #9766:
URL: https://github.com/apache/arrow-rs/pull/9766#issuecomment-4275483829

   benchmark result
   <img width="1258" height="290" alt="image" 
src="https://github.com/user-attachments/assets/72dabc09-4799-452a-bb57-aaee1c96f3a1";
 />
   
   for this benchmark in main branch, i copy the benchmark file to main branch. 
the benchmark script is below
   ```
   git checkout main-benchmark
   cargo bench --bench arrow_reader_row_filter --features="arrow async" -- 
arrow_reader_row_filter_limit --save-baseline main
   git checkout fix-pushdown-limit-early-stop
   cargo bench --bench arrow_reader_row_filter --features="arrow async" -- 
arrow_reader_row_filter_limit --save-baseline 9766
   critcmp main 9766
   ```


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