Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 575 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 575 Bytes

Apikiller

Simpe and easy to use load testing tool for your Postman collections. Perform a load test on any endpoint. You can configure the execution time and amount of requests per second.

Requirements

Setup

git clone [email protected]:elioncho/apikiller.git
cd apikiller
npm install
cp .env.example .env

Set up your Postman Api Key in the .env file. For more information on your Postman Api Key, click here.

Running

npm start

Follow the instructions prompted at you.