Dandandan commented on PR #6913: URL: https://github.com/apache/arrow-datafusion/pull/6913#issuecomment-1630538664
Thanks @yahoNanJing . These are my results on this PR (`./bench.sh run tpch_mem`): ``` Comparing main and issue-6910 -------------------- Benchmark tpch_mem.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ issue-6910 ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━┩ │ QQuery 1 │ 188.49ms │ 187.15ms │ no change │ │ QQuery 2 │ 59.09ms │ 68.42ms │ 1.16x slower │ │ QQuery 3 │ 50.46ms │ 68.99ms │ 1.37x slower │ │ QQuery 4 │ 37.68ms │ 51.33ms │ 1.36x slower │ │ QQuery 5 │ 93.91ms │ 127.29ms │ 1.36x slower │ │ QQuery 6 │ 10.32ms │ 10.48ms │ no change │ │ QQuery 7 │ 195.52ms │ 281.34ms │ 1.44x slower │ │ QQuery 8 │ 71.23ms │ 93.99ms │ 1.32x slower │ │ QQuery 9 │ 139.60ms │ 181.29ms │ 1.30x slower │ │ QQuery 10 │ 97.05ms │ 105.19ms │ 1.08x slower │ │ QQuery 11 │ 48.91ms │ 49.58ms │ no change │ │ QQuery 12 │ 67.75ms │ 79.33ms │ 1.17x slower │ │ QQuery 13 │ 178.68ms │ 188.84ms │ 1.06x slower │ │ QQuery 14 │ 11.94ms │ 13.19ms │ 1.10x slower │ │ QQuery 15 │ 22.51ms │ 23.93ms │ 1.06x slower │ │ QQuery 16 │ 50.32ms │ 50.59ms │ no change │ │ QQuery 17 │ 664.73ms │ 657.27ms │ no change │ │ QQuery 18 │ 516.12ms │ 590.70ms │ 1.14x slower │ │ QQuery 19 │ 57.57ms │ 58.17ms │ no change │ │ QQuery 20 │ 203.75ms │ 196.01ms │ no change │ │ QQuery 21 │ 259.05ms │ 356.25ms │ 1.38x slower │ │ QQuery 22 │ 28.06ms │ 34.84ms │ 1.24x slower │ └──────────────┴──────────┴────────────┴──────────────┘ ``` -- 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]
