Node ~ Benchmarking - rohit120582sharma/Documentation GitHub Wiki

This is Apache Benchmark (ab) program to test server performance.

-n means total number of request.

-c means use a concurrency of 50. That means trying to make 50 request at the same time.

$ ab -c 50 -n 500 localhost:3000/

⚠️ **GitHub.com Fallback** ⚠️