netpoetica / restify-express-benchmark

Quick test of performance between express and restify for nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restify-express-benchmark

You can run this like so:

make requests=100000 concurrency=1000

NOTE: you must have ab & gnuplot installed and GNU make as well. Use homebrew to get these commands if needed. Must be GNU version of make in order to use the "shell" command in Makefile.

All of these things can be installed via homebrew, but make should already be installed.

brew install gnuplot
brew install homebrew/apache/ab

About

Quick test of performance between express and restify for nodejs

License:MIT License


Languages

Language:Makefile 44.2%Language:Shell 37.6%Language:JavaScript 18.2%