medikoo / deferred

Modular and fast Promises implementation for JavaScript
ISC License
364 stars 20 forks source link

Add bluebird to benchmarks #19

Closed andreypopp closed 11 years ago

medikoo commented 11 years ago

Thanks. I've added it with other update, this one had few things wrong (then instead of done and broken whitespace convention).

Bluebird author did great job, at least in old benchmark for concurrent calls I constantly got results faster than base lstat call. In result I fixed benchmark to have each library test preceeded with one silent run, and now results look much more reliable.