Getting Started
Install
Install locust
as a dependency of your project:
npm install @achannarasappa/locust
Optionally install locust-cli
globally:
npm install @achannarasappa/locust-cli -g
or run with npx:
npx @achannarasappa/locust-cli
Next Steps
The following sections walk through the steps of creating a job, deploying it to a cloud provider, and operating it.