pnpm / benchmarks-of-javascript-package-managers

Benchmarks of JavaScript Package Managers
441 stars 24 forks source link

Replace Yarn PnP w/ Yarn 2 #31

Open arcanis opened 4 years ago

arcanis commented 4 years ago

Since Yarn 2 has PnP enabled (with a better implementation as Yarn 1), I think it would make more sense to use that.

To use Yarn 2, the following command has to be run within the project outside of the benchmark:

yarn policies set-version berry

Some other particularities:

zkochan commented 4 years ago

I don't have objections

omeid commented 4 years ago

I would prefer if it was added along with yarn PnP than replaced, it should give a better picture of the overall packaging landscape.

arcanis commented 4 years ago

Not really, the 1.x PnP implem was an experiment branch we never bumped to production. The amount of people who care about that is small.

omeid commented 4 years ago

Can you explain what do you mean by bumped to production?

doamatto commented 3 years ago

Bumping and +1. Would be great to know if it's worth switching from Yarn 2 from a benchmarking POV