raulcd commented on PR #49549:
URL: https://github.com/apache/arrow/pull/49549#issuecomment-4089116045

   CI failures are unrelated.
   
   I've run some comparison benchmarks between the old code path and the new 
code path, the full info can be seen here:
   https://gist.github.com/raulcd/f139ccaaeb700a3ffe23a0c914e48c7c
   
   Basically run the following to validate:
   `./arrow-flight-benchmark --num_streams=4 --records_per_stream=1000000`
   
   ### Summary: 
   DoGet benchmark — 4 streams, 1M records/stream (arrow-flight-benchmark) 
   
   | Build   | Branch   | Run 1      | Run 2      | Run 3      | Median     |
   |---------|----------|------------|------------|------------|------------|
   | Debug   | main     | 1354.94    | 1394.40    | 1263.38    | 1354.94    |
   | Debug   | GH-49548 | 1431.46    | 1390.77    | 1433.68    | 1431.46    |
   | Release | main     | 2515.47    | 2408.77    | 2461.71    | 2461.71    |
   | Release | GH-49548 | 2447.93    | 2213.12    | 2546.33    | 2447.93    |
   
   All values in MB/s.


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