tunnckoCore / promise-bench

DEPRECATED!! Use original!! https://github.com/spion/async-compare - Just a fork of Bluebird's benchmarks with few more Promises/A+ libraries
http://j.mp/1stW47C
Other
1 stars 1 forks source link

fakeP inconsistency #2

Open rkatic opened 9 years ago

rkatic commented 9 years ago

If you take a look to fakeP.js, you will see that lifter is specially defined for most of packages. For others (including P), the lift in when/node is used, which forces assimilation of alien promises.

Not sure if this is the only reason you are having strange performance results, but may be one.

tunnckoCore commented 9 years ago

Hmm, I'll check ASAP. Thanks!