-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[WIP] Improve CI/CD pipeline performance #27804
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
[WIP] Improve CI/CD pipeline performance #27804
Conversation
Out of curiosity, how big is the perf difference? |
It is WIP. WIll know once I make some progress. |
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.
Seems logical but does the latest update actually change anything? Quick eye test seems similar to the rest of CI
@@ -59,7 +59,7 @@ New features | |||
|
|||
.. ipython:: python | |||
|
|||
df = DataFrame(np.random.randn(5, 3), columns = ['A','B','C']) | |||
df = pd.DataFrame(np.random.randn(5, 3), columns = ['A','B','C']) |
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.
Can you revert changes to this file?
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.
The doc build fails due to an import error
does this change perf? can you merge master as well |
@bhavaniravi if you want to continue on this, pls merge master and post a comparison of before / after. |
I think this is stale or not really giving the results we are after, so closing. @bhavaniravi if you disagree ping and can reopen for sure Thanks as always! |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff