dfilatov / vow

ES6-compatible and Promises/A+ implementation for Node.js and browsers
MIT License
344 stars 45 forks source link

Update benchmarks #97

Closed narqo closed 8 years ago

narqo commented 8 years ago

Results on my laptop:

› node --version
v0.12.7

               mean time ops/sec
Q              4.809ms   208
When           1.641ms   609
Bluebird       2.131ms   469
Pinkie         4.308ms   232
ES2015 Promise 4.427ms   226
Vow            2.090ms   478
› node --version
v5.0.0

               mean time ops/sec
Q              4.694ms   213
When           1.972ms   507
Bluebird       1.993ms   502
Pinkie         2.597ms   385
ES2015 Promise 2.572ms   389
Vow            1.720ms   581
narqo commented 8 years ago

:up:

dfilatov commented 8 years ago

@narqo thanks!