Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 742 Bytes

File metadata and controls

21 lines (12 loc) · 742 Bytes

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