-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
CLN: ASV rolling benchmark #18725
CLN: ASV rolling benchmark #18725
Conversation
Codecov Report
@@ Coverage Diff @@
## master #18725 +/- ##
==========================================
+ Coverage 91.6% 91.6% +<.01%
==========================================
Files 153 153
Lines 51306 51306
==========================================
+ Hits 46998 46999 +1
+ Misses 4308 4307 -1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #18725 +/- ##
==========================================
+ Coverage 91.59% 91.59% +<.01%
==========================================
Files 153 153
Lines 51361 51361
==========================================
+ Hits 47043 47046 +3
+ Misses 4318 4315 -3
Continue to review full report at Codecov.
|
lgtm. can you show this runs. |
0c51b40
to
5e1a79b
Compare
Here's the run of @jorisvandenbossche added
|
thanks! |
The benchmark was simplified by parameterizing over the various statistical methods and constructors (Series and DataFrame). I made a separate class for
Quantile
since various quantiles were benchmarked. I figured benchmarking 10^4 points and 10^5 points is a little redundant, so I am just benchmarking 10^5 here.