All your load tests are belong to us
Before you start, you will need to install Terraform.
Terraform is a tool used to build, manage, and version infrastructure.
- Download and unzip these files. Alternatively, clone this repository onto your hard disk.
- In this directory,
cd terraform. - Run
terraform apply. Terraform will ask you to fill in some required variables such as your GitHub application secret.
These variables, along with other variables found in /terraform/variables.tf,
can be configured using environment variables on your system. Refer to the
Terraform documentation for more information.
At any time, you can run terraform show inside the /terraform directory to
view the status of the deployed infrastructure.
- To destroy all your running servers, run
terraform destroyinside the/terraformdirectory and follow the on-screen instructions.
Terraform will prompt you to enter variable values upon destruction, however you can enter any non-empty value.
In case of failure, manually destroy the servers from DigitalOcean and remove
the terraform.tfstate and terraform.tfstate.backup files in the /terraform
directory.
Refer to the README inside the /loadtests.me directory for more information.