We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have quite a few dependencies for our profile module and at seem that upgrading librarian to 2.2.1 slowed down the process more than 2 times.
Here are the test runs I did to compare. .tmp, .librarian, spec/fixtures and Puppetfile.lock where removed prior execution. 2.2.1:
.tmp
.librarian
spec/fixtures
Puppetfile.lock
$ time bundle exec librarian-puppet install --path spec/fixtures/modules --no-use-v1-api real 10m41.059s user 0m53.423s sys 0m13.372s
2.1.1:
$ time bundle exec librarian-puppet install --path spec/fixtures/modules --no-use-v1-api real 3m45.981s user 0m47.553s sys 0m12.693s
It seems that 88efacf makes that difference.
The text was updated successfully, but these errors were encountered:
Issue #324 Try a different map/reduce to see if speed improves
7705d66
any suggestions on how to improve the performance? the code in 88efacf is needed
Sorry, something went wrong.
No branches or pull requests
We have quite a few dependencies for our profile module and at seem that upgrading librarian to 2.2.1 slowed down the process more than 2 times.
Here are the test runs I did to compare.
.tmp
,.librarian
,spec/fixtures
andPuppetfile.lock
where removed prior execution.2.2.1:
2.1.1:
It seems that 88efacf makes that difference.
The text was updated successfully, but these errors were encountered: