zhuqi-lucas commented on PR #15380: URL: https://github.com/apache/datafusion/pull/15380#issuecomment-2798879716
Latest result based current latest code: ```rust -------------------- Benchmark sort_tpch1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ concat_batches_for_sort ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ Q1 │ 153.49ms │ 137.57ms │ +1.12x faster │ │ Q2 │ 131.29ms │ 120.93ms │ +1.09x faster │ │ Q3 │ 980.57ms │ 982.22ms │ no change │ │ Q4 │ 252.25ms │ 245.09ms │ no change │ │ Q5 │ 464.81ms │ 449.27ms │ no change │ │ Q6 │ 481.44ms │ 455.45ms │ +1.06x faster │ │ Q7 │ 810.73ms │ 709.74ms │ +1.14x faster │ │ Q8 │ 498.10ms │ 491.12ms │ no change │ │ Q9 │ 503.80ms │ 510.20ms │ no change │ │ Q10 │ 789.02ms │ 706.45ms │ +1.12x faster │ │ Q11 │ 417.39ms │ 411.50ms │ no change │ └──────────────┴──────────┴─────────────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ │ Total Time (main) │ 5482.89ms │ │ Total Time (concat_batches_for_sort) │ 5219.53ms │ │ Average Time (main) │ 498.44ms │ │ Average Time (concat_batches_for_sort) │ 474.50ms │ │ Queries Faster │ 5 │ │ Queries Slower │ 0 │ │ Queries with No Change │ 6 │ └────────────────────────────────────────┴───────────┘ -------------------- Benchmark sort_tpch10.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ concat_batches_for_sort ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ Q1 │ 2243.52ms │ 1825.64ms │ +1.23x faster │ │ Q2 │ 1842.11ms │ 1639.00ms │ +1.12x faster │ │ Q3 │ 12446.31ms │ 11981.63ms │ no change │ │ Q4 │ 4047.55ms │ 3715.96ms │ +1.09x faster │ │ Q5 │ 4364.46ms │ 4503.51ms │ no change │ │ Q6 │ 4561.01ms │ 4688.31ms │ no change │ │ Q7 │ 8158.01ms │ 7915.54ms │ no change │ │ Q8 │ 6077.40ms │ 5524.08ms │ +1.10x faster │ │ Q9 │ 6347.21ms │ 5853.44ms │ +1.08x faster │ │ Q10 │ 11561.03ms │ 14235.69ms │ 1.23x slower │ │ Q11 │ 6069.42ms │ 5666.77ms │ +1.07x faster │ └──────────────┴────────────┴─────────────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ Total Time (main) │ 67718.04ms │ │ Total Time (concat_batches_for_sort) │ 67549.58ms │ │ Average Time (main) │ 6156.19ms │ │ Average Time (concat_batches_for_sort) │ 6140.87ms │ │ Queries Faster │ 6 │ │ Queries Slower │ 1 │ │ Queries with No Change │ 4 │ └────────────────────────────────────────┴────────────┘ ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org