Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Benchmarks

Running

  • Install node modules required for the benchmark you wish to run
  • Use npm run bench -- --help for options

For example, let's say you like to know how the performance of parallel compares to what it was at version 5.x.x:

$ (cd bench && npm install fluture@5.x.x)
$ npm run bench -- --benchmark fluture --match *.parallel.*