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

Feature/performance update #3158

Merged
merged 7 commits into from
Nov 4, 2018
Merged

Feature/performance update #3158

merged 7 commits into from
Nov 4, 2018

Conversation

techalchemy
Copy link
Member

  • Cuts runtime of normal commands by about 2/3

Before

 ~/g/pipenv  master  time -p pipenv --venv
(1339ms)  Sat 03 Nov 2018 08:04:36 PM EDT
/home/hawk/.virtualenvs/pipenv-MfOPs1lW
real 1.31
user 1.20
sys 0.09

After

 ~/g/pipenv  feature/performance-update  time -p pipenv --venv
(543ms)  Sat 03 Nov 2018 08:04:08 PM EDT
/home/hawk/.virtualenvs/pipenv-MfOPs1lW
real 0.50
user 0.46
sys 0.03

Signed-off-by: Dan Ryan dan@danryan.co

- Cuts runtime of normal commands by about 2/3

Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
Signed-off-by: Dan Ryan <dan@danryan.co>
@techalchemy techalchemy merged commit 810611d into master Nov 4, 2018
@frostming frostming mentioned this pull request Nov 13, 2018
2 tasks
@techalchemy techalchemy deleted the feature/performance-update branch November 21, 2018 23:40
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