postman-load-testing

command module
v0.0.0-...-7ed5102 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2017 License: Apache-2.0 Imports: 13 Imported by: 0

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 <postman_collection_file_or_url> -environment <postman_environment_file_or_url> -i <number_of_iterations> -n <number_of_threads> -d <delay_between_requests_in_miliseconds>
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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL