zhuqi-lucas commented on PR #21426: URL: https://github.com/apache/datafusion/pull/21426#issuecomment-4198495079
Faster for the real test: ```rust Benchmark sort_pushdown_sorted.json -------------------- ┏━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ ┃ Query ┃ HEAD ┃ feat_configurable-buffer-capacity ┃ Change ┃ ┡━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ │ Q1 │ 124.55 / 124.90 ±0.30 / 125.34 ms │ 123.01 / 124.19 ±0.84 / 125.21 ms │ no change │ │ Q2 │ 2.60 / 3.00 ±0.54 / 4.03 ms │ 2.61 / 2.82 ±0.25 / 3.30 ms │ +1.07x faster │ │ Q3 │ 332.38 / 338.61 ±4.15 / 344.25 ms │ 309.52 / 311.42 ±2.00 / 315.22 ms │ +1.09x faster │ │ Q4 │ 5.65 / 6.16 ±0.86 / 7.88 ms │ 5.56 / 5.91 ±0.60 / 7.11 ms │ no change │ └───────┴───────────────────────────────────┴───────────────────────────────────┴───────────────┘ ``` -- 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]
