You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[perf] Only compute print-dev-env if needed (#898)
## 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?
```bash
devbox add hello
time devbox run which hello
```
0 commit comments