alamb commented on PR #7379: URL: https://github.com/apache/arrow-datafusion/pull/7379#issuecomment-1719627644
Here are the results of one of my benchmark runs. Very impressive @wiedld ``` -------------------- Benchmark sort.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━┓ ┃ Query ┃ main_base ┃ 7181_cascading-loser-tree-merges ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━┩ │ Qsort utf8 │ 72379.31ms │ 5969.19ms │ +12.13x faster │ │ Qsort int │ 89964.04ms │ 6578.05ms │ +13.68x faster │ │ Qsort │ 73612.54ms │ 10893.99ms │ +6.76x faster │ │ decimal │ │ │ │ │ Qsort │ 98054.80ms │ 98251.46ms │ no change │ │ integer │ │ │ │ │ tuple │ │ │ │ │ Qsort utf8 │ 73188.81ms │ 6900.60ms │ +10.61x faster │ │ tuple │ │ │ │ │ Qsort mixed │ 81693.99ms │ 30029.59ms │ +2.72x faster │ │ tuple │ │ │ │ └──────────────┴────────────┴──────────────────────────────────┴────────────────┘ ``` -- 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]
