Skip to content

Speedup psalm #40311

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

Merged
merged 1 commit into from
Feb 25, 2021
Merged

Speedup psalm #40311

merged 1 commit into from
Feb 25, 2021

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 5.x
Bug fix? no
New feature? no
Deprecations? no
Tickets -
License MIT
Doc PR -

My try at #40310

@nicolas-grekas nicolas-grekas added this to the 4.4 milestone Feb 25, 2021
@nicolas-grekas nicolas-grekas force-pushed the psalm-optim branch 3 times, most recently from 670d782 to 04dd1a2 Compare February 25, 2021 21:46
@nicolas-grekas nicolas-grekas force-pushed the psalm-optim branch 13 times, most recently from d42c38a to 4b09d92 Compare February 25, 2021 23:21
@nicolas-grekas nicolas-grekas force-pushed the psalm-optim branch 2 times, most recently from 1d40d61 to ec00d08 Compare February 25, 2021 23:26
Copy link
Member

@chalasr chalasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@nicolas-grekas nicolas-grekas deleted the psalm-optim branch February 26, 2021 00:08
@Nyholm
Copy link
Member

Nyholm commented Feb 26, 2021

Well done!

path: pr/.github/psalm/cache/
key: psalm-${{ github.base_ref }}
restore-keys: psalm-
git checkout -m ${{ github.base_ref }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a simpler solution might be to move the checkout PR step after the generation of the baseline based on base

Copy link
Member Author

@nicolas-grekas nicolas-grekas Feb 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really: that would miss installing the deps added to the PR, if any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants