-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: ASV long and broken benchmarks #19113
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19113 +/- ##
=======================================
Coverage 91.51% 91.51%
=======================================
Files 148 148
Lines 48753 48753
=======================================
Hits 44616 44616
Misses 4137 4137
Continue to review full report at Codecov.
|
can you reduce the size of pct_change, mad, describe to be in-line with the others? or are they just exponentially slower? |
I believe
|
I believe it's better to keep the size of the data equivalent for all the groupby methods so it's easier to identify which methods (like mad, pct_change) might need a performance boost. |
@mroeschke ok great. thanks for the comment. yes some of these are non-performant. |
if you want to go thru the non-performant ones and see if we have issues for them would be great (I know we have some, but ideally we could just create a single master issue). |
xref
Shortened the size of the data in
GroupbyMethods
since some benchmarks took +30 seconds on my machine, and additionally fixed some broken benchmarks