-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
PERF/CI: fix benchmark import error + run asv check on all builds #26575
Conversation
Codecov Report
@@ Coverage Diff @@
## master #26575 +/- ##
==========================================
- Coverage 91.84% 91.84% -0.01%
==========================================
Files 174 174
Lines 50643 50643
==========================================
- Hits 46515 46511 -4
- Misses 4128 4132 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #26575 +/- ##
==========================================
- Coverage 91.84% 91.84% -0.01%
==========================================
Files 174 174
Lines 50643 50643
==========================================
- Hits 46515 46511 -4
- Misses 4128 4132 +4
Continue to review full report at Codecov.
|
5a2459c
to
0f19826
Compare
The runtime of the benchmark increased in asv 0.4 (which has upgraded asv.extern.asizeof), so bump the timeout upward.
So I see the benchmark step took 15 minutes in this PR - that would essentially run every time now right? |
No, |
Makes sense - wasn't registering at first that the benchmarks here are part of the diff :-) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @pv! |
Fix benchmark suite import error on master and 0.23.
Run
asv check
on all commits to lint the benchmark suite.Also, fixed a timeout error that appears on newer asv versions,
which have an updated asizeof.py module.