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] Only compute print-dev-env if needed #898

Merged
merged 11 commits into from
Apr 12, 2023

Conversation

mikeland73
Copy link
Contributor

Summary

Stacked on #897

This significantly improves run and shell performance (run goes from 500ms -> 150ms without telemetry)

Almost all remaining time for run and shell involves the exec.Command so this is close to as fast as it will get.

How was it tested?

devbox add hello
time devbox run which hello

Base automatically changed from landau/lockfile to main April 12, 2023 21:53
@mikeland73 mikeland73 merged commit b38e936 into main Apr 12, 2023
8 of 9 checks passed
@mikeland73 mikeland73 deleted the landau/optimize-print-dev-env branch April 12, 2023 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants