alamb commented on PR #21637: URL: https://github.com/apache/datafusion/pull/21637#issuecomment-4442437610
I want to make sure the slowdowns on clickbench_partitioned in https://github.com/apache/datafusion/pull/21637#issuecomment-4440926604 are not reproducable > ``` > Comparing HEAD and datafusion_issue-19028-benchmark > -------------------- > Benchmark clickbench_partitioned.json > -------------------- > ┏━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ > ┃ Query ┃ HEAD ┃ datafusion_issue-19028-benchmark ┃ Change ┃ > ┡━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ ... > │ QQuery 6 │ 6.87 / 7.54 ±0.43 / 8.23 ms │ 7.39 / 8.23 ±0.50 / 8.93 ms │ 1.09x slower │ > │ QQuery 7 │ 14.68 / 14.85 ±0.14 / 15.01 ms │ 14.56 / 15.87 ±2.19 / 20.23 ms │ 1.07x slower │ > │ QQuery 8 │ 321.11 / 330.67 ±8.00 / 340.69 ms │ 353.25 / 355.63 ±1.68 / 357.75 ms │ 1.08x slower │ > │ QQuery 9 │ 511.37 / 522.69 ±8.03 / 534.54 ms │ 463.77 / 486.85 ±19.75 / 519.75 ms │ +1.07x faster │ > │ QQuery 10 │ 73.68 / 74.86 ±0.75 / 75.89 ms │ 70.46 / 71.76 ±0.73 / 72.63 ms │ no change │ > │ QQuery 11 │ 82.81 / 84.92 ±1.32 / 86.03 ms │ 81.43 / 82.40 ±0.98 / 84.28 ms │ no change │ > │ QQuery 12 │ 288.31 / 303.84 ±12.04 / 323.63 ms │ 302.90 / 308.51 ±4.72 / 316.56 ms │ no change │ > │ QQuery 13 │ 388.65 / 402.24 ±9.41 / 416.80 ms │ 415.00 / 427.92 ±10.87 / 447.70 ms │ 1.06x slower │ > │ QQuery 14 │ 282.25 / 285.05 ±2.06 / 287.60 ms │ 304.01 / 309.51 ±5.09 / 317.91 ms │ 1.09x slower │ > │ QQuery 15 │ 286.19 / 290.24 ±2.51 / 293.56 ms │ 308.11 / 317.91 ±6.69 / 327.52 ms │ 1.10x slower │ > │ QQuery 16 │ 617.93 / 661.36 ±26.32 / 686.84 ms │ 638.82 / 648.64 ±6.42 / 654.82 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]
