An open API service indexing awesome lists of open source software.

https://github.com/flash286/postman-load-testing

This tool written on go lang, help to run postman collections in parallel mode. So you can use it for load testing based on postman collections. As a runner it uses newman.
https://github.com/flash286/postman-load-testing

golang load-testing newman postman postman-collection

Last synced: about 1 month ago
JSON representation

This tool written on go lang, help to run postman collections in parallel mode. So you can use it for load testing based on postman collections. As a runner it uses newman.

Awesome Lists containing this project

README

          

# PostmanLoadTester
This tool written on go lang, help to run postman collections in parallel mode. So you can use it for load testing based on postman collections.
As a runner it uses newman.

### How to build

```
npm install -g newman
npm install -g newman-reporter-teamcity
go get
go install
go build
./postman-load-testing -collection -environment -i -n -d
```

### Arguments

```
-collection string
URL or path to a Postman Collection
-d int
Specify the extent of delay between requests (milliseconds) (default 0)
-environment string
Specify a URL or Path to a Postman Environment
-i int
Define the number of iterations to run. (default 1)
-n int
Number of parallel threads (default 1)
```

## Important Note

This projects has very experimental status. Use this at your own risk