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

perf: Implement fast path in Runner for single-task steps #1743

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

nfcampos
Copy link
Contributor

  • if the current step has a single task then we can execute it inline, instead of moving it to asyncio task / bg thread

- if the current step has a single task then we can execute it inline, instead of moving it to asyncio task / bg thread
@nfcampos nfcampos merged commit f03dc2f into main Sep 17, 2024
51 of 53 checks passed
@nfcampos nfcampos deleted the nc/17sep/runner-fast-path branch September 17, 2024 17:44
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.

1 participant