Dandandan commented on PR #6929: URL: https://github.com/apache/arrow-datafusion/pull/6929#issuecomment-1633009329
I can replicate the resuls: ``` Benchmark tpch.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ flume ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 303.98ms │ 304.20ms │ no change │ │ QQuery 2 │ 71.69ms │ 68.18ms │ no change │ │ QQuery 3 │ 134.92ms │ 111.77ms │ +1.21x faster │ │ QQuery 4 │ 81.51ms │ 51.06ms │ +1.60x faster │ │ QQuery 5 │ 164.34ms │ 121.10ms │ +1.36x faster │ │ QQuery 6 │ 80.46ms │ 81.17ms │ no change │ │ QQuery 7 │ 229.50ms │ 216.51ms │ +1.06x faster │ │ QQuery 8 │ 187.78ms │ 174.60ms │ +1.08x faster │ │ QQuery 9 │ 274.48ms │ 210.65ms │ +1.30x faster │ │ QQuery 10 │ 217.25ms │ 151.70ms │ +1.43x faster │ │ QQuery 11 │ 53.64ms │ 52.83ms │ no change │ │ QQuery 12 │ 150.92ms │ 118.99ms │ +1.27x faster │ │ QQuery 13 │ 317.33ms │ 329.28ms │ no change │ │ QQuery 14 │ 112.84ms │ 114.44ms │ no change │ │ QQuery 15 │ 88.75ms │ 90.07ms │ no change │ │ QQuery 16 │ 66.07ms │ 61.94ms │ +1.07x faster │ │ QQuery 17 │ 763.97ms │ 756.59ms │ no change │ │ QQuery 18 │ 603.97ms │ 477.65ms │ +1.26x faster │ │ QQuery 19 │ 224.88ms │ 227.46ms │ no change │ │ QQuery 20 │ 247.86ms │ 239.13ms │ no change │ │ QQuery 21 │ 340.86ms │ 234.40ms │ +1.45x faster │ │ QQuery 22 │ 53.66ms │ 47.97ms │ +1.12x faster │ └──────────────┴──────────┴──────────┴───────────────┘ ``` -- 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]
