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

Add installation size metrics to benchmarks #592

Open
lukewhitehouse opened this issue Oct 31, 2024 · 1 comment
Open

Add installation size metrics to benchmarks #592

lukewhitehouse opened this issue Oct 31, 2024 · 1 comment

Comments

@lukewhitehouse
Copy link

The benchmarks on the pnpm website are a great starting point for anyone like me who's been conducting an investigation into a dependency management strategy for my company. However, I've noticed that the benchmarks don't include installation size (in terms of the package manager's store/cache, and the node_modules folder if relevant), and I was wondering if thats something that could be considered going forward?

@zkochan
Copy link
Member

zkochan commented Nov 22, 2024

Here's an article about disk space usage of pnpm compared to npm/yarn: https://www.voitanos.io/blog/npm-yarn-pnpm-which-package-manager-should-you-use-for-sharepoint-framework-projects/

The difference on a single project (like on the benchmark project) doesn't showcase the benefit of pnpm's global store as the disk space savings come when you run install on several projects on your computer.

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