Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.41 KB

Automating load tests for APIs

Continuously load testing a simple Node.js API using Apache benchmark, a load testing and benchmarking tool for HTTP server.

CircleCI

Details

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

About CircleCI Guest Writer Program

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


Running the Application

  1. Clone the repo. Run git clone https://github.com/CIRCLECI-GWP/load-tests-node-apis.git
  2. Run cd load-tests-node-apis
  3. Run npm install
  4. Run npm start
  5. Navigate to http://localhost:3000/users/get (Preferrably using an API platform like Postman or Insomnia)