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.
- Host: GitHub
- URL: https://github.com/flash286/postman-load-testing
- Owner: flash286
- License: apache-2.0
- Created: 2017-11-20T22:31:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T06:37:28.000Z (over 8 years ago)
- Last Synced: 2025-08-03T07:25:13.101Z (8 months ago)
- Topics: golang, load-testing, newman, postman, postman-collection
- Language: Go
- Homepage:
- Size: 22.5 KB
- Stars: 13
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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