From c0d8e360e4572a39fbba60f2c0f04bfa4223370b Mon Sep 17 00:00:00 2001 From: zkochan Date: Tue, 8 Nov 2016 22:17:27 +0200 Subject: [PATCH] docs(README): add a link to the benchmark repo Close #422 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 36bf3a4fef..722a1badaf 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,9 @@ should be installed via pnpm. ## Benchmark +pnpm is usually 10 times faster than npm and 30% faster than yarn. See [this](https://github.com/zkochan/node-package-manager-benchmark) +benchmark which compares the three package managers on different types of applications. + ``` time npm i babel-preset-es2015 browserify chalk debug minimist mkdirp 66.15 real 15.60 user 3.54 sys