Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 525 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 525 Bytes

js-flow-control-bench

Various benchmarks of js flow control libraries

Shamelessly borrowed from https://github.com/petkaantonov/bluebird

##Run benchmarks There are 3 benchmarks:

  • ./bench parallel - contrived simple loop benchmark
  • ./bench doxbee - Run simulated mixed task flow benchmark
  • ./bench doxbee-errors - Run simulated mixed task flow benchmark with 10% errors

##Native promise support Run with node 0.11.13+ to benchmark native promises and some experimental stuff from bluebird.