pnpm.io icon indicating copy to clipboard operation
pnpm.io copied to clipboard

add benchmarking of npm linked strategy

Open asdfjkalsdfla opened this issue 1 year ago • 2 comments

Adds benchmarks of the new npm linking approach. (I ran into issues with node_modules so disabled that.)

asdfjkalsdfla avatar Mar 25 '23 21:03 asdfjkalsdfla

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

stackblitz[bot] avatar Mar 25 '23 21:03 stackblitz[bot]

I don't think it is a good idea to add more stuff to these benchmarks. If we add a separate benchmark for npm linked approach, then we should probably add also Yarn's pnpm linker and pnpm's hoisted linker.

The initial goal of these benchmarks was to compare package managers with their default configurations. For Yarn we did an exception because Plug'n'Play doesn't really fit to these benchmarks.

zkochan avatar Mar 26 '23 02:03 zkochan