Last active
August 22, 2019 06:39
-
-
Save Aschen/9703bef228d900b1f966f58bb221852e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ echo "./doxbee-sequential/promises-ecmascript6-native.js ./doxbee-sequential/promises-bluebird.js" | sed -e 's|\.js||' | xargs node ./performance.js --p 1 --t 1 --n 10000 | |
| file time(ms) memory(MB) | |
| promises-bluebird.js 227 45.75 | |
| promises-ecmascript6-native 945 145.09 | |
| Platform info: | |
| Linux 4.10.0-38-generic x64 | |
| Node.JS 6.17.1 | |
| V8 5.1.281.111 | |
| Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz × 4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment