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 heaptrack or by printing out RSS during execution. One challenge, though, is that the `cargo command` itself interferes with capturing precise memory usage, since it includes the overhead from the compilation or runtime setup. So ideally, we should build the binary first and then measure memory usage from the standalone executable. However, that’s not always straightforward because it's not obvious where the final binary is located. Anyway, I'll try to figure out how to isolate and report memory usage. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org