Re: [I] Support memory profiling in benchmarks [datafusion]

2025-07-30 Thread via GitHub
2010YOUY01 closed issue #16720: Support memory profiling in benchmarks URL: https://github.com/apache/datafusion/issues/16720 -- 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

Re: [I] Support memory profiling in benchmarks [datafusion]

2025-07-09 Thread via GitHub
ding-young commented on issue #16720: URL: https://github.com/apache/datafusion/issues/16720#issuecomment-3051614458 I think it would be super helpful to include max RSS or other memory metrics in the benchmark results. Recently, I've been manually profiling memory usage with tools like hea

Re: [I] Support memory profiling in benchmarks [datafusion]

2025-07-09 Thread via GitHub
ding-young commented on issue #16720: URL: https://github.com/apache/datafusion/issues/16720#issuecomment-3051587282 take -- 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

[I] Support memory profiling in benchmarks [datafusion]

2025-07-09 Thread via GitHub
2010YOUY01 opened a new issue, #16720: URL: https://github.com/apache/datafusion/issues/16720 ### Is your feature request related to a problem or challenge? Currently in DataFusion's benchmark: it only measures execution time. It would be helpful to also measure the total memory used.