Skip to content

d3rwan/devoxx17_quickie_yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Devoxx FR 2017 - Quickie 'Yarn, encore un package manager?'

Toolbox for benchmarking YARN vs NPM.

Getting Started

1. Using custom scripts

    ./bench_npm.sh
    ./bench_yarn.sh

Here, you could change the config by editing the scripts.

2. Using npmvsyarn

TL/DR

    ./npmvsyarn.sh

Via docker

  • Build the container
    docker build -t bench ./bench/
  • Run the container (default config)
    docker run bench
  • Run with specific parameters
    docker run -e LIBRARIES="gulp" -e PROJECTS="" bench 

Via docker-compose

  • Run
    docker-compose up

Here, you could change the config by editing the file docker-compose.yml

Releases

No releases published

Packages

No packages published

Languages