Re: [PR] Support multiple results comparison in benchmark scripts [datafusion]

2025-04-08 Thread via GitHub
github-actions[bot] closed pull request #14196: Support multiple results comparison in benchmark scripts URL: https://github.com/apache/datafusion/pull/14196 -- 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 t

Re: [PR] Support multiple results comparison in benchmark scripts [datafusion]

2025-04-05 Thread via GitHub
github-actions[bot] commented on PR #14196: URL: https://github.com/apache/datafusion/pull/14196#issuecomment-2749855670 Thank you for your contribution. Unfortunately, this pull request is stale because it has been open 60 days with no activity. Please remove the stale label or comment or

Re: [PR] Support multiple results comparison in benchmark scripts [datafusion]

2025-01-23 Thread via GitHub
Eason0729 commented on PR #14196: URL: https://github.com/apache/datafusion/pull/14196#issuecomment-2611373497 > Thanks @Eason0729 -- is there any chance you can post an example output after this change? ``` ../bench.sh compare main main2 main3 Comparing main2 main3 to main

Re: [PR] Support multiple results comparison in benchmark scripts [datafusion]

2025-01-23 Thread via GitHub
alamb commented on PR #14196: URL: https://github.com/apache/datafusion/pull/14196#issuecomment-2611196694 Thanks @Eason0729 -- is there any chance you can post an example output after this change? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Support multiple results comparison in benchmark scripts [datafusion]

2025-01-21 Thread via GitHub
Eason0729 commented on PR #14196: URL: https://github.com/apache/datafusion/pull/14196#issuecomment-2606171896 I spent some time trying to make it(compare.py) more readable, and I ended up with original code. Let me know if there is a better way to do this. Anyway, I thinks it read