Dandandan commented on PR #5866: URL: https://github.com/apache/arrow-datafusion/pull/5866#issuecomment-1499341733
Hi @mingmwang , for generating the flamegraphs I currently use `cargo flamegraph` from https://github.com/flamegraph-rs/flamegraph . I use the following command: `CARGO_PROFILE_RELEASE_DEBUG=true cargo flamegraph --freq 5000 --bin tpch -- benchmark datafusion --path ./data/ --format parquet --partitions 16 -q 17 -d --iterations 10` -- 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]
