jwendl / bicep-scale-test-harness

An example of using Bicep to deploy Locust IO into a set of virtual machines in Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Locust IO Scale Test Harness Built Using Bicep

The purpose of this repository is to show an example of how to deploy Locust IO on a set of virtual machines using Bicep

Architecture

Diagram

Getting Started

  1. Clone the repository
  2. Run the following command
./run-bicep.sh -p resourcePrefix -s resourceSuffix -g resourceGroupName -l resourceGroupLocation

Once the script completes we should be able to visit http://{resourcePrefix}mavm{resourceSuffix}.{resourceGroupLocation}.cloudapp.azure.com:8089/ in our web browser and run Locust IO from that point.

Code Description

About

An example of using Bicep to deploy Locust IO into a set of virtual machines in Azure


Languages

Language:Bicep 77.1%Language:Shell 20.2%Language:Python 1.6%Language:Dockerfile 1.1%