pitrou commented on issue #46600:
URL: https://github.com/apache/arrow/issues/46600#issuecomment-2915413624

   Ok, I've measured locally. This is on Ubuntu 24.04, keep in mind this will 
depend on the system and memory allocator used.
   
   #### DEBUG
   
   | Test | Duration | Max RSS |
   | ------ | -------| ---- |
   | arrow-acero-hash-join-node-test | 0:59.12 | 24 GB |
   | arrow-array-test | 0:01.71 | 0.067 GB |
   | arrow-compute-row-test | crashes | crashes |
   | arrow-compute-scalar-type-test | 0:05.20 | 4 GB |
   | arrow-io-file-test | 0:07.04 | 5 GB |
   | arrow-table-test | 0:04.73 | 6 GB |
   | parquet-arrow-test | 28:51.27 | 21 GB |
   
   ####  DEBUG with `-DARROW_C_FLAGS_DEBUG="-Og"` 
`-DARROW_CXX_FLAGS_DEBUG="-Og"`
   
   | Test | Duration | Max RSS |
   | ------ | -------| ---- |
   | arrow-acero-hash-join-node-test | 0:43.71 | 25 GB |
   | arrow-array-test | 0:01.03 | 0.054 GB |
   | arrow-compute-row-test | crashes | crashes |
   | arrow-compute-scalar-type-test | 0:03.42 | 4 GB |
   | arrow-io-file-test | 0:07.48 | 5 GB |
   | arrow-table-test | 0:04.87 | 6 GB |
   | parquet-arrow-test | 7:07.50 | 21 GB |
   
   ####  DEBUG with `-DARROW_C_FLAGS_DEBUG="-O1"` 
`-DARROW_CXX_FLAGS_DEBUG="-O1"` `-DBUILD_WARNING_LEVEL=PRODUCTION`
   
   | Test | Duration | Max RSS |
   | ------ | -------| ---- |
   | arrow-acero-hash-join-node-test | 0:38.50 | 25 GB |
   | arrow-array-test | 0:00.39 | 0.056 GB |
   | arrow-compute-row-test | crashes | crashes |
   | arrow-compute-scalar-type-test | 0:02.89 | 4 GB |
   | arrow-io-file-test | 0:07.37 | 5 GB |
   | arrow-table-test | 0:04.81 | 6 GB |
   | parquet-arrow-test | 3:34.82 | 21 GB |
   


-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to