Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artberri/npm-yarn-benchmark
Bash script for comparing NPM and Yarn performance
https://github.com/artberri/npm-yarn-benchmark
benchmark hacktoberfest npm package-manager yarn
Last synced: 2 months ago
JSON representation
Bash script for comparing NPM and Yarn performance
- Host: GitHub
- URL: https://github.com/artberri/npm-yarn-benchmark
- Owner: artberri
- License: unlicense
- Created: 2016-10-14T23:22:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T19:27:39.000Z (about 3 years ago)
- Last Synced: 2024-06-12T02:57:28.970Z (6 months ago)
- Topics: benchmark, hacktoberfest, npm, package-manager, yarn
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 42
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [DEPRECATED] npm-yarn-benchmark
> 📌 **Deprecation Notice**
>
> This repository is deprecated and no more work will be done on this by [Alberto Varela](https://github.com/artberri).
Bash script for comparing NPM and Yarn performance.Any improvement is welcome!
Create a pull request with your changes or let me know how to improve it by creating an issue.
## Run the benchmarking
```
./benchmark.sh
```By default it will run twice each installation, use `-n` to change the number of iterations.
```
./benchmark.sh -n 10
```The test is run by installing angular2, ember and react N times. Each series is run twice, the
first time cleaning the cache in every run and the second one using the cache.