Skip to content
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

Fix performance regression #33

Merged
merged 4 commits into from
Jan 31, 2024
Merged

Fix performance regression #33

merged 4 commits into from
Jan 31, 2024

Conversation

masci
Copy link
Owner

@masci masci commented Jan 31, 2024

Fixes #32

After some investigation, it looks like some changes in Node 20 are causing slowdowns in Github actions, see actions/toolkit#1643 and the potential root cause nodejs/node#47228.

To mitigate the problem while a fix is implemented upstream, this PRs exits the process as soon as the last await is done. This seems to be common practice in Github official actions.

@masci masci marked this pull request as ready for review January 31, 2024 10:21
@masci masci merged commit a5d283e into master Jan 31, 2024
2 checks passed
@masci masci deleted the regression branch January 31, 2024 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Performance regression in v1.7.0
1 participant