alamb commented on PR #6657: URL: https://github.com/apache/arrow-datafusion/pull/6657#issuecomment-1596975545
Here are my measurements, which are consistent with the information posted above ``` -------------------- Benchmark tpch_mem.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main_base ┃ agg_framework ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 516.91ms │ 530.19ms │ no change │ │ QQuery 2 │ 267.38ms │ 272.23ms │ no change │ │ QQuery 3 │ 176.90ms │ 183.52ms │ no change │ │ QQuery 4 │ 112.13ms │ 114.36ms │ no change │ │ QQuery 5 │ 469.13ms │ 489.38ms │ no change │ │ QQuery 6 │ 40.78ms │ 39.62ms │ no change │ │ QQuery 7 │ 1140.46ms │ 1172.60ms │ no change │ │ QQuery 8 │ 250.55ms │ 247.42ms │ no change │ │ QQuery 9 │ 639.51ms │ 626.28ms │ no change │ │ QQuery 10 │ 345.85ms │ 335.14ms │ no change │ │ QQuery 11 │ 277.08ms │ 269.83ms │ no change │ │ QQuery 12 │ 167.45ms │ 173.82ms │ no change │ │ QQuery 13 │ 660.02ms │ 638.75ms │ no change │ │ QQuery 14 │ 52.18ms │ 54.76ms │ no change │ │ QQuery 15 │ 85.71ms │ 81.79ms │ no change │ │ QQuery 16 │ 222.74ms │ 247.64ms │ 1.11x slower │ │ QQuery 17 │ 2760.35ms │ 2393.44ms │ +1.15x faster │ │ QQuery 18 │ 2978.54ms │ 2981.99ms │ no change │ │ QQuery 19 │ 175.93ms │ 164.40ms │ +1.07x faster │ │ QQuery 20 │ 859.35ms │ 872.16ms │ no change │ │ QQuery 21 │ 1526.80ms │ 1419.54ms │ +1.08x faster │ │ QQuery 22 │ 146.40ms │ 146.43ms │ no change │ └──────────────┴───────────┴───────────────┴───────────────┘``` -- 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]
