Last active
July 16, 2019 20:39
-
-
Save ZedYeung/5f5176c679c8e7f317a657f0504e199f to your computer and use it in GitHub Desktop.
nodejs
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
FILE="example" | |
node --prof --no-logfile-per-isolate --log --logfile=${FILE}.log ${FILE} && node --prof-process ${FILE}.log | less && rm ${FILE}.log | |
ab -n 100 -c 10 -m POST http://localhost:8080/processFileSync | |
loadtest -n 100 -c 10 -m POST http://localhost:8080/processFileSync | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment