Skip to content

hashicorp-demoapp/traffic-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Traffic Simulation

CircleCI
Docker Image: https://hub.docker.com/repository/docker/hashicorpdemoapp/traffic-simulation

Parameters

The following parameters can be set when running traffic sumulations. All parameters are set as environment variables

BASE_URI

Base URI for all requests

default: http://localhost:18080"

TIMEOUT

Timeout for each scenario

default: 60*time.Second

DURATION

The total duration to run the tests

default: 5*time.Second

USERS

Number of concurrent users

default: 5

SHOW_PROGRESS

Show graphical progress output, set to false when running on a scheduler

default: true