Created
August 22, 2019 06:38
-
-
Save Aschen/f3af9df7075707e9408173ac1dda2227 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-native-async-await.js ./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 260 44.71 | |
| promises-native-async-await 322 68.64 | |
| promises-ecmascript6-native.js 332 73.80 | |
| Platform info: | |
| Linux 4.10.0-38-generic x64 | |
| Node.JS 10.16.2 | |
| V8 6.8.275.32-node.54 | |
| Intel(R) Core(TM) i5-7300U CPU @ 2.60GHz × 4 |
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