jayzhan211 commented on PR #11247: URL: https://github.com/apache/datafusion/pull/11247#issuecomment-2210855822
And this ``` Benchmark tpch_mem_sf10.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ add_short_circuit ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 669.46ms │ 667.62ms │ no change │ │ QQuery 2 │ 106.48ms │ 106.80ms │ no change │ │ QQuery 3 │ 199.31ms │ 213.33ms │ 1.07x slower │ │ QQuery 4 │ 179.86ms │ 188.93ms │ 1.05x slower │ │ QQuery 5 │ 461.28ms │ 416.30ms │ +1.11x faster │ │ QQuery 6 │ 35.52ms │ 38.11ms │ 1.07x slower │ │ QQuery 7 │ 813.69ms │ 824.49ms │ no change │ │ QQuery 8 │ 271.07ms │ 266.10ms │ no change │ │ QQuery 9 │ 650.23ms │ 649.26ms │ no change │ │ QQuery 10 │ 354.09ms │ 357.90ms │ no change │ │ QQuery 11 │ 338.08ms │ 348.68ms │ no change │ │ QQuery 12 │ 160.68ms │ 165.02ms │ no change │ │ QQuery 13 │ 338.63ms │ 312.28ms │ +1.08x faster │ │ QQuery 14 │ 49.03ms │ 51.79ms │ 1.06x slower │ │ QQuery 15 │ 131.30ms │ 109.20ms │ +1.20x faster │ │ QQuery 16 │ 106.34ms │ 119.37ms │ 1.12x slower │ │ QQuery 17 │ 1049.16ms │ 986.42ms │ +1.06x faster │ │ QQuery 18 │ 3475.32ms │ 3814.02ms │ 1.10x slower │ │ QQuery 19 │ 135.61ms │ 135.27ms │ no change │ │ QQuery 20 │ 339.62ms │ 382.27ms │ 1.13x slower │ │ QQuery 21 │ 1062.58ms │ 1126.34ms │ 1.06x slower │ │ QQuery 22 │ 72.90ms │ 77.33ms │ 1.06x slower │ └──────────────┴───────────┴───────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━┩ │ Total Time (main) │ 11000.25ms │ │ Total Time (add_short_circuit) │ 11356.82ms │ │ Average Time (main) │ 500.01ms │ │ Average Time (add_short_circuit) │ 516.22ms │ │ Queries Faster │ 4 │ │ Queries Slower │ 9 │ │ Queries with No Change │ 9 │ └──────────────────────────────────┴────────────┘ ``` -- 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