Dandandan commented on PR #20954: URL: https://github.com/apache/datafusion/pull/20954#issuecomment-4065973248
``` -------------------- Benchmark tpch_sf1.json -------------------- ┏━━━━━━━━━━━┳━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ main ┃ throttle_dfbench ┃ Change ┃ ┡━━━━━━━━━━━╇━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ QQuery 1 │ 73.63 ms │ 110.89 ms │ 1.51x slower │ │ QQuery 2 │ 40.22 ms │ 489.39 ms │ 12.17x slower │ │ QQuery 3 │ 46.89 ms │ 274.80 ms │ 5.86x slower │ │ QQuery 4 │ 33.77 ms │ 175.22 ms │ 5.19x slower │ │ QQuery 5 │ 61.84 ms │ 390.31 ms │ 6.31x slower │ │ QQuery 6 │ 25.06 ms │ 56.65 ms │ 2.26x slower │ │ QQuery 7 │ 69.15 ms │ 358.44 ms │ 5.18x slower │ │ QQuery 8 │ 68.21 ms │ 829.40 ms │ 12.16x slower │ │ QQuery 9 │ 88.12 ms │ 540.30 ms │ 6.13x slower │ │ QQuery 10 │ 81.51 ms │ 295.32 ms │ 3.62x slower │ │ QQuery 11 │ 26.28 ms │ 248.17 ms │ 9.44x slower │ │ QQuery 12 │ 50.29 ms │ 177.37 ms │ 3.53x slower │ │ QQuery 13 │ 118.20 ms │ 190.37 ms │ 1.61x slower │ │ QQuery 14 │ 35.35 ms │ 172.84 ms │ 4.89x slower │ │ QQuery 15 │ 40.01 ms │ 337.29 ms │ 8.43x slower │ │ QQuery 16 │ 26.88 ms │ 115.27 ms │ 4.29x slower │ │ QQuery 17 │ 97.46 ms │ 455.69 ms │ 4.68x slower │ │ QQuery 18 │ 115.96 ms │ 469.73 ms │ 4.05x slower │ │ QQuery 19 │ 50.44 ms │ 245.72 ms │ 4.87x slower │ │ QQuery 20 │ 51.23 ms │ 264.92 ms │ 5.17x slower │ │ QQuery 21 │ 87.16 ms │ 622.37 ms │ 7.14x slower │ │ QQuery 22 │ 17.93 ms │ 103.60 ms │ 5.78x slower │ └───────────┴───────────┴──────────────────┴───────────────┘ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━┓ ┃ Benchmark Summary ┃ ┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━┩ │ Total Time (main) │ 1305.59ms │ │ Total Time (throttle_dfbench) │ 6924.04ms │ │ Average Time (main) │ 59.34ms │ │ Average Time (throttle_dfbench) │ 314.73ms │ │ Queries Faster │ 0 │ │ Queries Slower │ 22 │ │ Queries with No Change │ 0 │ │ 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]
