Skip to content

Creating venvs takes very long on Windows #146

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

Closed
gvanrossum opened this issue Mar 14, 2022 · 3 comments
Closed

Creating venvs takes very long on Windows #146

gvanrossum opened this issue Mar 14, 2022 · 3 comments
Assignees

Comments

@gvanrossum
Copy link
Member

On Windows, creating the venvs takes a long time (20-30 minutes). And when re-running, it takes a little less long but still very long (5-10 minutes?).

I wonder if we couldn't share the venv at least for those benchmarks that don't install third party packages (other than pyperformance and its dependencies -- packaging, pyperf, pyparsing, toml).

Most benchmarks don't depend on anything else, so this would be a huge speedup for starting the benchmarks.

@ericsnowcurrently
Copy link
Member

A small portion of this is fixed with #151. I should have a PR for the rest up tomorrow.

@ericsnowcurrently
Copy link
Member

@gvanrossum, sorry for the delay. I've pushed up some changes that should help speed things up. If that isn't enough, I have a few other ideas we can try out.

@gvanrossum
Copy link
Member Author

Good enough now.

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

No branches or pull requests

2 participants