Skip to content

Instantly share code, notes, and snippets.

@Aschen
Last active August 22, 2019 06:39
Show Gist options
  • Select an option

  • Save Aschen/9703bef228d900b1f966f58bb221852e to your computer and use it in GitHub Desktop.

Select an option

Save Aschen/9703bef228d900b1f966f58bb221852e to your computer and use it in GitHub Desktop.
$ 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