Continuously load testing a simple Node.js API using Apache benchmark, a load testing and benchmarking tool for HTTP server.
This repo is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.
- Blog post: Not yet published
- Author's GitHub profile: Fikayo Adepoju
Join a team of freelance writers and write about your favorite technology topics for the CircleCI blog. Read more about the program here.
Reviewers: Laureen Harris, Stanley Ndagi
- Clone the repo. Run
git clone https://github.com/CIRCLECI-GWP/load-tests-node-apis.git
- Run
cd load-tests-node-apis
- Run
npm install
- Run
npm start
- Navigate to http://localhost:3000/users/get (Preferrably using an API platform like Postman or Insomnia)