Dandandan commented on PR #13524: URL: https://github.com/apache/datafusion/pull/13524#issuecomment-2524016127
I found no real changes: ``` Comparing old_version and new -------------------- Benchmark tpch_sf1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ old_version ┃ new ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 126.64ms │ 126.31ms │ no change │ │ QQuery 2 │ 55.58ms │ 57.52ms │ no change │ │ QQuery 3 │ 57.28ms │ 57.43ms │ no change │ │ QQuery 4 │ 41.79ms │ 41.65ms │ no change │ │ QQuery 5 │ 80.09ms │ 78.55ms │ no change │ │ QQuery 6 │ 21.41ms │ 21.35ms │ no change │ │ QQuery 7 │ 99.77ms │ 94.68ms │ +1.05x faster │ │ QQuery 8 │ 78.80ms │ 79.46ms │ no change │ │ QQuery 9 │ 117.79ms │ 116.57ms │ no change │ │ QQuery 10 │ 104.93ms │ 107.49ms │ no change │ │ QQuery 11 │ 42.57ms │ 42.55ms │ no change │ │ QQuery 12 │ 56.13ms │ 54.79ms │ no change │ │ QQuery 13 │ 119.79ms │ 122.90ms │ no change │ │ QQuery 14 │ 39.99ms │ 39.66ms │ no change │ │ QQuery 15 │ 48.21ms │ 48.11ms │ no change │ │ QQuery 16 │ 37.15ms │ 36.31ms │ no change │ │ QQuery 17 │ 99.31ms │ 102.42ms │ no change │ │ QQuery 18 │ 166.78ms │ 161.30ms │ no change │ │ QQuery 19 │ 66.80ms │ 66.67ms │ no change │ │ QQuery 20 │ 62.38ms │ 62.50ms │ no change │ │ QQuery 21 │ 127.97ms │ 130.89ms │ no change │ │ QQuery 22 │ 36.35ms │ 34.54ms │ no change │ └──────────────┴─────────────┴──────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ │ Total Time (old_version) │ 1687.51ms │ │ Total Time (new) │ 1683.64ms │ │ Average Time (old_version) │ 76.70ms │ │ Average Time (new) │ 76.53ms │ │ Queries Faster │ 1 │ │ Queries Slower │ 0 │ │ Queries with No Change │ 21 │ └────────────────────────────┴───────────┘ ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
