-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Benchmarking] Conbench reports regressions and errors on latest PRs #45393
Comments
@raulcd Is this on one specific benchmarking machine or all of them? |
Also, can you point to the errors (or at least one of them)? |
Sorry I'm on vacation and unable to get on to it now. From what I see in the benchmark report, it's possible that #45336 is related (TPCH Q3 has heavy joins and aggregations, both in the code path that PR touched). And it's also possible that the new answer is correct (meaning the old passes are false positives) - if I'm interpreting the the report right:
Note column I think I can look into it in about two weeks. But during my absence, it'll be nice if some people familiar with these benchmarks (R? - I see they are all ran in R) can help to confirm my assumption ("the old result of |
OK, I managed to learn some of our R benchmarking code and re-interpret the benchmark result. This is indeed a regression/bug. The comparison of the benchmark is done via https://github.com/voltrondata-labs/arrowbench/blob/deacdebc64bb5c04f8976138c45db96710e56e77/R/bm-tpc-h.R#L107C24-L107C38:
And according to the waldo doc (https://waldo.r-lib.org/), the "old" in the report is actually the first argument ( I'll definitely look into it once I'm back. Thanks. |
Describe the bug, including details regarding any error messages, version, and platform.
There seems to be an issue with benchmarks. Conbench is reporting errors and regressions on PRs lately.
TPCH-03 seems to have either a regression or a failure (https://conbench.ursa.dev/benchmark-results/06797e6f89c07c4680005b7275de1f32/). See graph:
I saw the conbench reports errors and regressions, starting on this PR:
But I am unsure if it's related to that change.
Component(s)
Benchmarking
The text was updated successfully, but these errors were encountered: