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