niyue commented on PR #39098: URL: https://github.com/apache/arrow/pull/39098#issuecomment-1854951944
> The remained ASAN error is https://github.com/apache/arrow/pull/39098#issuecomment-1852177839 , right? Correct. It seems to me an ASAN issue for certain LLVM versions since it goes away if switching to LLVM 17, however, I've no idea why this doesn't happen in CI but happened in my local setup. > how did you generate the benchmark result graph Nowadays, it is much simpler, I throw the raw text of both Google Benchmarks output to ChatGPT (Plus actually), and prompt it to draw the diagram, and my prompt is: * copy paste the benchmark outputs * draw a column chart for benchmark comparison * represent different series in light coral and light blue colors * please label the y axis value directly on the chart * the chart title is "LLJIT vs. MCJIT" * make x-axis labels tilted for easier reading * position the y-axis value labels to avoid overlapping, making it easier to read ChatGPT will parse the benchmark values out of the raw text, and hard code them in a Python script and output the chart. And I tried this a few times previously for such comparison chart and it is good enough and time saving to be useful -- 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]
