vegarsti commented on PR #17891: URL: https://github.com/apache/datafusion/pull/17891#issuecomment-3367953249
Benchmark results cc @comphead ``` Comparing main and convert-array-to-scalar-vec-optional -------------------- Benchmark tpch_sf1.json -------------------- ┏━━━━━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ convert-array-to-scalar-vec-optional ┃ Change ┃ ┡━━━━━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 72.27 ms │ 73.81 ms │ no change │ │ QQuery 2 │ 21.19 ms │ 21.89 ms │ no change │ │ QQuery 3 │ 33.45 ms │ 32.10 ms │ no change │ │ QQuery 4 │ 24.40 ms │ 23.64 ms │ no change │ │ QQuery 5 │ 51.61 ms │ 50.10 ms │ no change │ │ QQuery 6 │ 21.93 ms │ 21.73 ms │ no change │ │ QQuery 7 │ 71.15 ms │ 71.24 ms │ no change │ │ QQuery 8 │ 47.88 ms │ 45.30 ms │ +1.06x faster │ │ QQuery 9 │ 63.38 ms │ 65.36 ms │ no change │ │ QQuery 10 │ 46.32 ms │ 47.16 ms │ no change │ │ QQuery 11 │ 15.68 ms │ 15.56 ms │ no change │ │ QQuery 12 │ 31.77 ms │ 31.90 ms │ no change │ │ QQuery 13 │ 35.49 ms │ 34.81 ms │ no change │ │ QQuery 14 │ 27.31 ms │ 27.71 ms │ no change │ │ QQuery 15 │ 38.38 ms │ 37.60 ms │ no change │ │ QQuery 16 │ 14.13 ms │ 14.26 ms │ no change │ │ QQuery 17 │ 87.88 ms │ 89.00 ms │ no change │ │ QQuery 18 │ 98.37 ms │ 97.68 ms │ no change │ │ QQuery 19 │ 42.45 ms │ 41.87 ms │ no change │ │ QQuery 20 │ 33.75 ms │ 33.08 ms │ no change │ │ QQuery 21 │ 75.81 ms │ 76.60 ms │ no change │ │ QQuery 22 │ 10.94 ms │ 11.10 ms │ no change │ └──────────────┴──────────┴──────────────────────────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━┩ │ Total Time (main) │ 965.54ms │ │ Total Time (convert-array-to-scalar-vec-optional) │ 963.50ms │ │ Average Time (main) │ 43.89ms │ │ Average Time (convert-array-to-scalar-vec-optional) │ 43.80ms │ │ Queries Faster │ 1 │ │ Queries Slower │ 0 │ │ Queries with No Change │ 21 │ │ Queries with Failure │ 0 │ └─────────────────────────────────────────────────────┴──────────┘ ``` -- 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]
