## Summary Create a locustfile.py that will run load testing locally. ## Acceptance Criteria - [ ] A locustfile.py is added to `tests/load` - [ ] The locust file loads seed data - [ ] On start, the seed data is added to the MPI exactly 1 time by hitting the `/seed` endpoint - [ ] Random records are selected from the seed data to be randomized - [ ] The randomized records run through RL by hitting the `/link` endpoint
Summary
Create a locustfile.py that will run load testing locally.
Acceptance Criteria
tests/load/seedendpoint/linkendpoint